Class: Aws::DatabaseMigrationService::Errors::KMSNotFoundFault
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::DatabaseMigrationService::Errors::KMSNotFoundFault
 
 
- Defined in:
 - lib/aws-sdk-databasemigrationservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ KMSNotFoundFault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of KMSNotFoundFault.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSNotFoundFault
Returns a new instance of KMSNotFoundFault.
      263 264 265  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 263 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      268 269 270  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 268 def @message || @data[:message] end  |