Class: Aws::Types::ValidationException
- Inherits:
-
Object
- Object
- Aws::Types::ValidationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "KMS_InvalidKeyUsageException", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def @message end |
#reason ⇒ "KMS_InvalidKeyUsageException", ...
Returns the value of attribute reason.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def reason @reason end |