Class: Aws::DataExchange::Types::ServiceLimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ServiceLimitExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
The request has exceeded the quotas imposed by the service.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #limit_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the limit that was reached.
 - 
  
    
      #limit_value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the exceeded limit.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request has exceeded the quotas imposed by the service.
 
Instance Attribute Details
#limit_name ⇒ String
The name of the limit that was reached.
      3866 3867 3868 3869 3870 3871 3872  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3866 class ServiceLimitExceededException < Struct.new( :limit_name, :limit_value, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#limit_value ⇒ Float
The value of the exceeded limit.
      3866 3867 3868 3869 3870 3871 3872  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3866 class ServiceLimitExceededException < Struct.new( :limit_name, :limit_value, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The request has exceeded the quotas imposed by the service.
      3866 3867 3868 3869 3870 3871 3872  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3866 class ServiceLimitExceededException < Struct.new( :limit_name, :limit_value, :message) SENSITIVE = [] include Aws::Structure end  |