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.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def @message end |
#reason ⇒ "KMS_ThrottlingException"
Returns the value of attribute reason.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def reason @reason end |