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.
4094 4095 4096 4097 4098 |
# File 'lib/aws-sdk-fsx/types.rb', line 4094 class DataRepositoryTaskEnded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |