Class: Aws::Types::HandshakeConstraintViolationException
- Inherits:
-
Object
- Object
- Aws::Types::HandshakeConstraintViolationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "ACCOUNT_NUMBER_LIMIT_EXCEEDED", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
461 462 463 |
# File 'sig/types.rbs', line 461 def @message end |
#reason ⇒ "ACCOUNT_NUMBER_LIMIT_EXCEEDED", ...
Returns the value of attribute reason.
462 463 464 |
# File 'sig/types.rbs', line 462 def reason @reason end |