Class: Aws::Types::ThrottlingException
- Inherits:
-
Object
- Object
- Aws::Types::ThrottlingException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#retry_after_seconds ⇒ ::Integer
Returns the value of attribute retry_after_seconds.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
302 303 304 |
# File 'sig/types.rbs', line 302 def @message end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
304 305 306 |
# File 'sig/types.rbs', line 304 def quota_code @quota_code end |
#retry_after_seconds ⇒ ::Integer
Returns the value of attribute retry_after_seconds.
305 306 307 |
# File 'sig/types.rbs', line 305 def retry_after_seconds @retry_after_seconds end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
303 304 305 |
# File 'sig/types.rbs', line 303 def service_code @service_code end |