Class: Aws::ImportExport::Types::CanceledJobIdException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ImportExport::Types::CanceledJobIdException
- Defined in:
- gems/aws-sdk-importexport/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
-
#message ⇒ String
The human-readable description of a particular error.
Instance Attribute Details
#message ⇒ String
The human-readable description of a particular error.
80 81 82 83 84 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 80 class CanceledJobIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |