Class: Aws::FSx::Errors::DataRepositoryAssociationNotFound

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) ⇒ DataRepositoryAssociationNotFound

Returns a new instance of DataRepositoryAssociationNotFound.

Parameters:



212
213
214
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 212

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

Instance Method Details

#messageString

Returns:

  • (String)


217
218
219
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 217

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