Class: Aws::SecurityHub::Types::AwsLambdaFunctionEnvironmentError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Error messages for environment variables that could not be applied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


14653
14654
14655
14656
14657
14658
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14653

class AwsLambdaFunctionEnvironmentError < Struct.new(
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


14653
14654
14655
14656
14657
14658
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14653

class AwsLambdaFunctionEnvironmentError < Struct.new(
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end