Class: Aws::Types::CloudHsmServiceException
- Inherits:
-
Object
- Object
- Aws::Types::CloudHsmServiceException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#retryable ⇒ Boolean
Returns the value of attribute retryable.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
26 27 28 |
# File 'sig/types.rbs', line 26 def @message end |
#retryable ⇒ Boolean
Returns the value of attribute retryable.
27 28 29 |
# File 'sig/types.rbs', line 27 def retryable @retryable end |