Class: Aws::Types::UserStackAssociationError
- Inherits:
-
Object
- Object
- Aws::Types::UserStackAssociationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "STACK_NOT_FOUND", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#user_stack_association ⇒ Types::UserStackAssociation
Returns the value of attribute user_stack_association.
Instance Attribute Details
#error_code ⇒ "STACK_NOT_FOUND", ...
Returns the value of attribute error_code.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def end |
#user_stack_association ⇒ Types::UserStackAssociation
Returns the value of attribute user_stack_association.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def user_stack_association @user_stack_association end |