Class: Aws::Types::InvalidInputException
- Inherits:
-
Object
- Object
- Aws::Types::InvalidInputException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#docs ⇒ ::String
Returns the value of attribute docs.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#tip ⇒ ::String
Returns the value of attribute tip.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def code @code end |
#docs ⇒ ::String
Returns the value of attribute docs.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def docs @docs end |
#message ⇒ ::String
Returns the value of attribute message.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def end |
#tip ⇒ ::String
Returns the value of attribute tip.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def tip @tip end |