Class: Aws::Types::InvalidRequestException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidRequestException
- 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.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def type @type end |