Class: Aws::Types::ServiceTemporarilyUnavailableException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceTemporarilyUnavailableException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
683 684 685 |
# File 'sig/types.rbs', line 683 def can_retry @can_retry end |
#message ⇒ ::String
Returns the value of attribute message.
682 683 684 |
# File 'sig/types.rbs', line 682 def @message end |