Class: Aws::FSx::Types::DataRepositoryTaskEnded

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


3956
3957
3958
3959
3960
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3956

class DataRepositoryTaskEnded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end