Class: Aws::KendraRanking::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendraranking/types.rb
Overview
You have exceeded the set limits for your Amazon Kendra Intelligent Ranking service. Please see [Quotas] for more information, or contact [Support] to inquire about an increase of limits.
[1]: docs.aws.amazon.com/kendra/latest/dg/quotas.html [2]: aws.amazon.com/contact-us/
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
508 509 510 511 512 |
# File 'lib/aws-sdk-kendraranking/types.rb', line 508 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |