Class: Aws::Types::ThrottledClientException
- Inherits:
-
Object
- Object
- Aws::Types::ThrottledClientException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
899 900 901 |
# File 'sig/types.rbs', line 899 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
900 901 902 |
# File 'sig/types.rbs', line 900 def @message end |