Class: Aws::ImportExport::Types::CanceledJobIdException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-importexport/types.rb

Overview

The specified job ID has been canceled and is no longer valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


80
81
82
83
84
# File 'lib/aws-sdk-importexport/types.rb', line 80

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