Class: Aws::Lambda::Types::EnvironmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EnvironmentError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The parent object that contains error information associated with your configuration settings.
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code returned by the environment error object.
-
#message ⇒ String
The message returned by the environment error object.
Instance Attribute Details
#error_code ⇒ String
The error code returned by the environment error object.
801 802 803 804 805 |
# File 'lib/aws-sdk-lambda/types.rb', line 801 class EnvironmentError < Struct.new( :error_code, :message) include Aws::Structure end |
#message ⇒ String
The message returned by the environment error object.
801 802 803 804 805 |
# File 'lib/aws-sdk-lambda/types.rb', line 801 class EnvironmentError < Struct.new( :error_code, :message) include Aws::Structure end |