Class: Aws::MWAA::Types::UpdateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::UpdateError
- Defined in:
- gems/aws-sdk-mwaa/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.
1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1748 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.
1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 1748 class UpdateError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |