Class: Aws::MWAA::Types::UpdateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::UpdateError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Describes the error(s) encountered with the last update of the environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code that corresponds to the error with the last update.
-
#error_message ⇒ String
The error message that corresponds to the error code.
Instance Attribute Details
#error_code ⇒ String
The error code that corresponds to the error with the last update.
1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1762 class UpdateError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message that corresponds to the error code.
1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1762 class UpdateError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |