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.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def @error_message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3906 3907 3908 |
# File 'sig/types.rbs', line 3906 def resource_arn @resource_arn end |