Class: Aws::Polly::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ServiceQuotaExceededException
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
-
#quota_code ⇒ String
The quota code identifying the specific quota.
-
#service_code ⇒ String
The service code identifying the originating service.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
626 627 628 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 626 def event_type @event_type end |
#message ⇒ 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_code ⇒ String
The quota code identifying the specific quota.
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_code ⇒ String
The service code identifying the originating service.
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 |