Class: Aws::EntityResolution::Types::ExceedsLimitException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::ExceedsLimitException
 
- 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.
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
| 773 774 775 776 777 778 779 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 773 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.
| 773 774 775 776 777 778 779 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 773 class ExceedsLimitException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end | 
#quota_value ⇒ Integer
The current quota value for the customers.
| 773 774 775 776 777 778 779 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 773 class ExceedsLimitException < Struct.new( :message, :quota_name, :quota_value) SENSITIVE = [] include Aws::Structure end |