Class: Aws::Comprehend::Types::ResourceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ResourceLimitExceededException
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
The maximum number of resources per account has been exceeded. Review the resources, and then try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5431 5432 5433 5434 5435 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5431 class ResourceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |