Class: Aws::Types::AccountSetupInProgressException
- Inherits:
-
Object
- Object
- Aws::Types::AccountSetupInProgressException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#docs ⇒ ::String
Returns the value of attribute docs.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#tip ⇒ ::String
Returns the value of attribute tip.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
50 51 52 |
# File 'sig/types.rbs', line 50 def code @code end |
#docs ⇒ ::String
Returns the value of attribute docs.
51 52 53 |
# File 'sig/types.rbs', line 51 def docs @docs end |
#message ⇒ ::String
Returns the value of attribute message.
52 53 54 |
# File 'sig/types.rbs', line 52 def end |
#tip ⇒ ::String
Returns the value of attribute tip.
53 54 55 |
# File 'sig/types.rbs', line 53 def tip @tip end |