Class: Aws::Kendra::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9498 9499 9500 9501 9502 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9498 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |