Class: Aws::Kendra::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

You have exceeded the set limits for your Amazon Kendra 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

#messageString

Returns:

  • (String)


9444
9445
9446
9447
9448
# File 'lib/aws-sdk-kendra/types.rb', line 9444

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