Class: Aws::Polly::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
The request was denied because of request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
-
#throttling_reasons ⇒ Array<Types::ThrottlingReason>
A list of reasons explaining why the request was throttled.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1200 1201 1202 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1200 def event_type @event_type end |
#message ⇒ String
1200 1201 1202 1203 1204 1205 1206 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1200 class ThrottlingException < Struct.new( :message, :throttling_reasons, :event_type) SENSITIVE = [] include Aws::Structure end |
#throttling_reasons ⇒ Array<Types::ThrottlingReason>
A list of reasons explaining why the request was throttled.
1200 1201 1202 1203 1204 1205 1206 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1200 class ThrottlingException < Struct.new( :message, :throttling_reasons, :event_type) SENSITIVE = [] include Aws::Structure end |