Class: Aws::Types::FailedToUpdateAssociation
- Inherits:
-
Object
- Object
- Aws::Types::FailedToUpdateAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5403 5404 5405 |
# File 'sig/types.rbs', line 5403 def arn @arn end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
5405 5406 5407 |
# File 'sig/types.rbs', line 5405 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
5404 5405 5406 |
# File 'sig/types.rbs', line 5404 def @error_message end |