Class: Aws::Types::FailedBatchAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::FailedBatchAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
4046 4047 4048 |
# File 'sig/types.rbs', line 4046 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4047 4048 4049 |
# File 'sig/types.rbs', line 4047 def @error_message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
4045 4046 4047 |
# File 'sig/types.rbs', line 4045 def resource_arn @resource_arn end |