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.
-
#reason ⇒ "KMS_THROTTLING"
Returns the value of attribute reason.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#retry_after_seconds ⇒ ::Integer
Returns the value of attribute retry_after_seconds.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
436 437 438 |
# File 'sig/types.rbs', line 436 def @message end |
#reason ⇒ "KMS_THROTTLING"
Returns the value of attribute reason.
439 440 441 |
# File 'sig/types.rbs', line 439 def reason @reason end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
437 438 439 |
# File 'sig/types.rbs', line 437 def request_id @request_id end |
#retry_after_seconds ⇒ ::Integer
Returns the value of attribute retry_after_seconds.
438 439 440 |
# File 'sig/types.rbs', line 438 def retry_after_seconds @retry_after_seconds end |