Class: Aws::IoTFleetWise::Types::LimitExceededException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTFleetWise::Types::LimitExceededException
 
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
A service quota was exceeded.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the resource that was exceeded. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource that was exceeded. 
Instance Attribute Details
#message ⇒ String
| 2696 2697 2698 2699 2700 2701 2702 | # File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2696 class LimitExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The identifier of the resource that was exceeded.
| 2696 2697 2698 2699 2700 2701 2702 | # File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2696 class LimitExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of resource that was exceeded.
| 2696 2697 2698 2699 2700 2701 2702 | # File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2696 class LimitExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |