Class: Aws::Types::FailedCreateAssociation
- Inherits:
-
Object
- Object
- Aws::Types::FailedCreateAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entry ⇒ Types::CreateAssociationBatchRequestEntry
Returns the value of attribute entry.
-
#fault ⇒ "Client", ...
Returns the value of attribute fault.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#entry ⇒ Types::CreateAssociationBatchRequestEntry
Returns the value of attribute entry.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def entry @entry end |
#fault ⇒ "Client", ...
Returns the value of attribute fault.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def fault @fault end |
#message ⇒ ::String
Returns the value of attribute message.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def @message end |