Class: Aws::FSx::Types::DataRepositoryTaskExecuting
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DataRepositoryTaskExecuting
- Defined in:
- gems/aws-sdk-fsx/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.
4108 4109 4110 4111 4112 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4108 class DataRepositoryTaskExecuting < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |