Class: Aws::FSx::Errors::InvalidDestinationKmsKey

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidDestinationKmsKey

Returns a new instance of InvalidDestinationKmsKey.

Parameters:



342
343
344
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 342

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


347
348
349
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 347

def message
  @message || @data[:message]
end