Class: Aws::EntityResolution::Types::ExceedsLimitException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ExceedsLimitException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_name ⇒ String
The name of the quota that has been breached.
-
#quota_value ⇒ Integer
The current quota value for the customers.
Instance Attribute Details
#message ⇒ String
752 753 754 755 756 757 758 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 752 class ExceedsLimitException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_name ⇒ String
The name of the quota that has been breached.
752 753 754 755 756 757 758 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 752 class ExceedsLimitException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |
#quota_value ⇒ Integer
The current quota value for the customers.
752 753 754 755 756 757 758 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 752 class ExceedsLimitException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |