Class: Aws::Types::ServiceQuotaExceededException
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaExceededException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#quota_code ⇒ "input-stream-inbound-event-timeout", "input-stream-timeout"
Returns the value of attribute quota_code.
-
#service_code ⇒ "polly"
Returns the value of attribute service_code.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
210 211 212 |
# File 'sig/types.rbs', line 210 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
207 208 209 |
# File 'sig/types.rbs', line 207 def @message end |
#quota_code ⇒ "input-stream-inbound-event-timeout", "input-stream-timeout"
Returns the value of attribute quota_code.
208 209 210 |
# File 'sig/types.rbs', line 208 def quota_code @quota_code end |
#service_code ⇒ "polly"
Returns the value of attribute service_code.
209 210 211 |
# File 'sig/types.rbs', line 209 def service_code @service_code end |