Class: Aws::Drs::Types::ServiceQuotaExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::ServiceQuotaExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
The request could not be completed because its exceeded the service quota.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #code ⇒ String
 - #message ⇒ String
 - 
  
    
      #quota_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Quota code.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the resource.
 - 
  
    
      #service_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service code.
 
Instance Attribute Details
#code ⇒ String
      3021 3022 3023 3024 3025 3026 3027 3028 3029 3030  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3021 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      3021 3022 3023 3024 3025 3026 3027 3028 3029 3030  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3021 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#quota_code ⇒ String
Quota code.
      3021 3022 3023 3024 3025 3026 3027 3028 3029 3030  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3021 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the resource.
      3021 3022 3023 3024 3025 3026 3027 3028 3029 3030  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3021 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of the resource.
      3021 3022 3023 3024 3025 3026 3027 3028 3029 3030  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3021 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#service_code ⇒ String
Service code.
      3021 3022 3023 3024 3025 3026 3027 3028 3029 3030  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 3021 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  |