Class: Aws::Types::FreeTrialInfoError
- Inherits:
-
Object
- Object
- Aws::Types::FreeTrialInfoError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#code ⇒ "ACCESS_DENIED", "INTERNAL_ERROR"
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def account_id @account_id end |
#code ⇒ "ACCESS_DENIED", "INTERNAL_ERROR"
Returns the value of attribute code.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def @message end |