Class: Aws::FSx::Types::DataRepositoryTaskNotFound

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

Overview

The data repository task or tasks you specified could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


4098
4099
4100
4101
4102
# File 'lib/aws-sdk-fsx/types.rb', line 4098

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