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_ThrottlingException"
Returns the value of attribute reason.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def @message end |
#reason ⇒ "KMS_ThrottlingException"
Returns the value of attribute reason.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def reason @reason end |