Class: Aws::DatabaseMigrationService::Errors::KMSFault
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::DatabaseMigrationService::Errors::KMSFault
 
 
- Defined in:
 - lib/aws-sdk-databasemigrationservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ KMSFault 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of KMSFault.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSFault
Returns a new instance of KMSFault.
      218 219 220  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 218 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      223 224 225  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/errors.rb', line 223 def @message || @data[:message] end  |