Class: Aws::Polly::Types::ThrottlingReason

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#reasonString

The reason code explaining why the request was throttled.

Returns:

  • (String)


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

#resourceString

The resource that caused the throttling.

Returns:

  • (String)


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