Class: Aws::Types::InvalidParameterException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidParameterException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
701 702 703 |
# File 'sig/types.rbs', line 701 def field_name @field_name end |
#message ⇒ ::String
Returns the value of attribute message.
700 701 702 |
# File 'sig/types.rbs', line 700 def @message end |