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

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

Instance Attribute Details

#messageString

Returns:

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

The name of the quota that has been breached.

Returns:

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

The current quota value for the customers.

Returns:

  • (Integer)


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