Class: Aws::Types::InvalidInputException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidInputException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "INVALID_PARTY_TYPE_TARGET", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
496 497 498 |
# File 'sig/types.rbs', line 496 def @message end |
#reason ⇒ "INVALID_PARTY_TYPE_TARGET", ...
Returns the value of attribute reason.
497 498 499 |
# File 'sig/types.rbs', line 497 def reason @reason end |