Class: Aws::Types::ServiceUnavailableException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceUnavailableException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#retry_after_seconds ⇒ ::String
Returns the value of attribute retry_after_seconds.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def end |
#retry_after_seconds ⇒ ::String
Returns the value of attribute retry_after_seconds.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def retry_after_seconds @retry_after_seconds end |