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.
-
#throttling_reasons ⇒ ::Array[Types::ThrottlingReason]
Returns the value of attribute throttling_reasons.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def @message end |
#throttling_reasons ⇒ ::Array[Types::ThrottlingReason]
Returns the value of attribute throttling_reasons.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def throttling_reasons @throttling_reasons end |