Class: Aws::Types::ServiceUnavailableException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceUnavailableException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
533 534 535 |
# File 'sig/types.rbs', line 533 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
534 535 536 |
# File 'sig/types.rbs', line 534 def end |
#type ⇒ ::String
Returns the value of attribute type.
532 533 534 |
# File 'sig/types.rbs', line 532 def type @type end |