Class: Aws::Polly::Types::ThrottlingReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ThrottlingReason
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
Provides information about a specific throttling reason.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason code explaining why the request was throttled.
-
#resource ⇒ String
The resource that caused the throttling.
Instance Attribute Details
#reason ⇒ String
The reason code explaining why the request was throttled.
1220 1221 1222 1223 1224 1225 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1220 class ThrottlingReason < Struct.new( :reason, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource that caused the throttling.
1220 1221 1222 1223 1224 1225 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1220 class ThrottlingReason < Struct.new( :reason, :resource) SENSITIVE = [] include Aws::Structure end |