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.
3965 3966 3967 |
# File 'sig/types.rbs', line 3965 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
3966 3967 3968 |
# File 'sig/types.rbs', line 3966 def @error_message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3964 3965 3966 |
# File 'sig/types.rbs', line 3964 def resource_arn @resource_arn end |