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.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def @message end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def quota_code @quota_code end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def service_code @service_code end |