Class: Aws::Polly::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

The request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



626
627
628
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 626

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 626

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :service_code,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The quota code identifying the specific quota.

Returns:

  • (String)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 626

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :service_code,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service code identifying the originating service.

Returns:

  • (String)


626
627
628
629
630
631
632
633
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 626

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :service_code,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end