Class: Aws::Types::ErrorResponse
- Inherits:
-
Object
- Object
- Aws::Types::ErrorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#additional_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_details.
-
#code ⇒ "INVALID_RESOURCE_STATE", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "ENVIRONMENT", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def account_id @account_id end |
#additional_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_details.
289 290 291 |
# File 'sig/types.rbs', line 289 def additional_details @additional_details end |
#code ⇒ "INVALID_RESOURCE_STATE", ...
Returns the value of attribute code.
290 291 292 |
# File 'sig/types.rbs', line 290 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
291 292 293 |
# File 'sig/types.rbs', line 291 def @message end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
292 293 294 |
# File 'sig/types.rbs', line 292 def resource_identifier @resource_identifier end |
#resource_type ⇒ "ENVIRONMENT", ...
Returns the value of attribute resource_type.
293 294 295 |
# File 'sig/types.rbs', line 293 def resource_type @resource_type end |