Class: Aws::Types::InvalidParameterValueException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidParameterValueException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
309 310 311 |
# File 'sig/types.rbs', line 309 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
310 311 312 |
# File 'sig/types.rbs', line 310 def end |
#type ⇒ ::String
Returns the value of attribute type.
308 309 310 |
# File 'sig/types.rbs', line 308 def type @type end |