Class: Aws::FSx::Errors::DataRepositoryAssociationNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::DataRepositoryAssociationNotFound
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DataRepositoryAssociationNotFound
constructor
A new instance of DataRepositoryAssociationNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DataRepositoryAssociationNotFound
Returns a new instance of DataRepositoryAssociationNotFound.
187 188 189 |
# File 'lib/aws-sdk-fsx/errors.rb', line 187 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
192 193 194 |
# File 'lib/aws-sdk-fsx/errors.rb', line 192 def @message || @data[:message] end |