Class: Aws::SecurityHub::Types::AwsLambdaFunctionEnvironmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsLambdaFunctionEnvironmentError
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#error_code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
14656 14657 14658 14659 14660 14661 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14656 class AwsLambdaFunctionEnvironmentError < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
14656 14657 14658 14659 14660 14661 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14656 class AwsLambdaFunctionEnvironmentError < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |