Class: Aws::EntityResolution::Types::ExceedsLimitException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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. HTTP Status Code: 402

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


749
750
751
752
753
754
755
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 749

class ExceedsLimitException < Struct.new(
  :message,
  :quota_name,
  :quota_value)
  SENSITIVE = []
  include Aws::Structure
end

#quota_nameString

The name of the quota that has been breached.

Returns:

  • (String)


749
750
751
752
753
754
755
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 749

class ExceedsLimitException < Struct.new(
  :message,
  :quota_name,
  :quota_value)
  SENSITIVE = []
  include Aws::Structure
end

#quota_valueInteger

The current quota value for the customers.

Returns:

  • (Integer)


749
750
751
752
753
754
755
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 749

class ExceedsLimitException < Struct.new(
  :message,
  :quota_name,
  :quota_value)
  SENSITIVE = []
  include Aws::Structure
end