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.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#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.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def type @type end |