Class: Aws::ImportExport::Types::ExpiredJobIdException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ImportExport::Types::ExpiredJobIdException
- Defined in:
- gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb
Overview
Indicates that the specified job has expired out of the system.
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.
180 181 182 183 184 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 180 class ExpiredJobIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |