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
6479 6480 6481 6482 6483 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6479 class ResourceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |