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