Class: Aws::ObservabilityAdmin::Types::ServiceQuotaExceededException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ObservabilityAdmin::Types::ServiceQuotaExceededException
 
- Defined in:
- gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb
Overview
The requested operation would exceed the allowed quota for the specified resource type.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #amzn_error_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the exception. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Instance Attribute Details
#amzn_error_type ⇒ String
The name of the exception.
| 1006 1007 1008 1009 1010 1011 | # File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1006 class ServiceQuotaExceededException < Struct.new( :message, :amzn_error_type) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
| 1006 1007 1008 1009 1010 1011 | # File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1006 class ServiceQuotaExceededException < Struct.new( :message, :amzn_error_type) SENSITIVE = [] include Aws::Structure end |