Class: Aws::FSx::Types::DataRepositoryAssociationNotFound

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

No data repository associations were found based upon the supplied parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


3623
3624
3625
3626
3627
# File 'lib/aws-sdk-fsx/types.rb', line 3623

class DataRepositoryAssociationNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end