Class: Aws::FSx::Types::DataRepositoryTaskNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DataRepositoryTaskNotFound
- 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
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
4033 4034 4035 4036 4037 |
# File 'lib/aws-sdk-fsx/types.rb', line 4033 class DataRepositoryTaskNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |