Class: Aws::Types::InternalException
- Inherits:
-
Object
- Object
- Aws::Types::InternalException
- 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.
444 445 446 |
# File 'sig/types.rbs', line 444 def can_retry @can_retry end |
#message ⇒ ::String
Returns the value of attribute message.
443 444 445 |
# File 'sig/types.rbs', line 443 def @message end |