Class: Aws::ImportExport::Types::MissingManifestFieldException

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

Overview

One or more required fields were missing from the manifest file. Please correct and resubmit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


591
592
593
594
595
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 591

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