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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#retry_after_seconds ⇒ ::String
Returns the value of attribute retry_after_seconds.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
307 308 309 |
# File 'sig/types.rbs', line 307 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
308 309 310 |
# File 'sig/types.rbs', line 308 def end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
309 310 311 |
# File 'sig/types.rbs', line 309 def request_id @request_id end |
#retry_after_seconds ⇒ ::String
Returns the value of attribute retry_after_seconds.
310 311 312 |
# File 'sig/types.rbs', line 310 def retry_after_seconds @retry_after_seconds end |