Class: Aws::Comprehend::Types::ResourceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ResourceLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
6533 6534 6535 6536 6537 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6533 class ResourceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |