Class: Aws::DirectoryService::Errors::SnapshotLimitExceededException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::DirectoryService::Errors::SnapshotLimitExceededException
 
 
- Defined in:
 - lib/aws-sdk-directoryservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ SnapshotLimitExceededException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SnapshotLimitExceededException.
 - #message ⇒ String
 - #request_id ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapshotLimitExceededException
Returns a new instance of SnapshotLimitExceededException.
      719 720 721  | 
    
      # File 'lib/aws-sdk-directoryservice/errors.rb', line 719 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      724 725 726  | 
    
      # File 'lib/aws-sdk-directoryservice/errors.rb', line 724 def @message || @data[:message] end  | 
  
#request_id ⇒ String
      729 730 731  | 
    
      # File 'lib/aws-sdk-directoryservice/errors.rb', line 729 def request_id @data[:request_id] end  |