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.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
861 862 863 |
# File 'sig/types.rbs', line 861 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
862 863 864 |
# File 'sig/types.rbs', line 862 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def request_id @request_id end |