Class: Aws::Types::TooManyRequestsException
- Inherits:
-
Object
- Object
- Aws::Types::TooManyRequestsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "ConcurrentInvocationLimitExceeded", ...
Returns the value of attribute reason.
-
#retry_after_seconds ⇒ ::String
Returns the value of attribute retry_after_seconds.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def @message end |
#reason ⇒ "ConcurrentInvocationLimitExceeded", ...
Returns the value of attribute reason.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def reason @reason end |
#retry_after_seconds ⇒ ::String
Returns the value of attribute retry_after_seconds.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def retry_after_seconds @retry_after_seconds end |
#type ⇒ ::String
Returns the value of attribute type.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def type @type end |