Class: Aws::Types::RegionSetupInProgressException
- Inherits:
-
Object
- Object
- Aws::Types::RegionSetupInProgressException
- 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.
2642 2643 2644 |
# File 'sig/types.rbs', line 2642 def code @code end |
#docs ⇒ ::String
Returns the value of attribute docs.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def docs @docs end |
#message ⇒ ::String
Returns the value of attribute message.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def end |
#tip ⇒ ::String
Returns the value of attribute tip.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def tip @tip end |