Class: Aws::QLDB::Types::LimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QLDB::Types::LimitExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-qldb/types.rb
 
Overview
You have reached the limit on the maximum number of resources allowed.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource.
 
Instance Attribute Details
#message ⇒ String
      900 901 902 903 904 905  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 900 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource.
      900 901 902 903 904 905  | 
    
      # File 'lib/aws-sdk-qldb/types.rb', line 900 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end  |