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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


4033
4034
4035
4036
4037
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4033

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