Class: Aws::Types::KmsException
- Inherits:
-
Object
- Object
- Aws::Types::KmsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_error ⇒ ::String
Returns the value of attribute kms_error.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#kms_error ⇒ ::String
Returns the value of attribute kms_error.
742 743 744 |
# File 'sig/types.rbs', line 742 def kms_error @kms_error end |
#message ⇒ ::String
Returns the value of attribute message.
741 742 743 |
# File 'sig/types.rbs', line 741 def @message end |