Class: Aws::Types::RequestThrottledException
- Inherits:
-
Object
- Object
- Aws::Types::RequestThrottledException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "ACCOUNT_THROTTLED", ...
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
127 128 129 |
# File 'sig/types.rbs', line 127 def @message end |
#reason ⇒ "ACCOUNT_THROTTLED", ...
Returns the value of attribute reason.
128 129 130 |
# File 'sig/types.rbs', line 128 def reason @reason end |