Class: Aws::PrometheusService::Types::ServiceQuotaExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::ServiceQuotaExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Completing the request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the error.
 - 
  
    
      #quota_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service quotas code of the originating quota.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the resource affected.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type of the resource affected.
 - 
  
    
      #service_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service quotas code for the originating service.
 
Instance Attribute Details
#message ⇒ String
Description of the error.
      1631 1632 1633 1634 1635 1636 1637 1638 1639  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1631 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#quota_code ⇒ String
Service quotas code of the originating quota.
      1631 1632 1633 1634 1635 1636 1637 1638 1639  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1631 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
Identifier of the resource affected.
      1631 1632 1633 1634 1635 1636 1637 1638 1639  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1631 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
Type of the resource affected.
      1631 1632 1633 1634 1635 1636 1637 1638 1639  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1631 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#service_code ⇒ String
Service quotas code for the originating service.
      1631 1632 1633 1634 1635 1636 1637 1638 1639  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1631 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end  |