Class: Aws::FSx::Types::DataRepositoryTaskExecuting
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DataRepositoryTaskExecuting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
3398 3399 3400 3401 3402 |
# File 'lib/aws-sdk-fsx/types.rb', line 3398 class DataRepositoryTaskExecuting < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |