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)


3715
3716
3717
3718
3719
# File 'lib/aws-sdk-fsx/types.rb', line 3715

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