Class: Aws::SecurityHub::Types::AwsLambdaFunctionEnvironmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsLambdaFunctionEnvironmentError
- 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
-
#error_code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
14787 14788 14789 14790 14791 14792 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14787 class AwsLambdaFunctionEnvironmentError < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
14787 14788 14789 14790 14791 14792 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14787 class AwsLambdaFunctionEnvironmentError < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |