Class: Aws::Comprehend::Types::ResourceLimitExceededException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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