Class: Aws::FSx::Types::DataRepositoryTaskEnded
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DataRepositoryTaskEnded
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The data repository task could not be canceled because the task has already ended.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
3929 3930 3931 3932 3933 |
# File 'lib/aws-sdk-fsx/types.rb', line 3929 class DataRepositoryTaskEnded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |