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.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#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.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def type @type end |