Class: Aws::CodeArtifact::Types::ServiceQuotaExceededException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeArtifact::Types::ServiceQuotaExceededException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
The operation did not succeed because it would have exceeded a service limit for your account.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- #message ⇒ String
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the resource. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of Amazon Web Services resource. 
Instance Attribute Details
#message ⇒ String
| 4034 4035 4036 4037 4038 4039 4040 | # File 'lib/aws-sdk-codeartifact/types.rb', line 4034 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The ID of the resource.
| 4034 4035 4036 4037 4038 4039 4040 | # File 'lib/aws-sdk-codeartifact/types.rb', line 4034 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of Amazon Web Services resource.
| 4034 4035 4036 4037 4038 4039 4040 | # File 'lib/aws-sdk-codeartifact/types.rb', line 4034 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |