Class: Aws::ImportExport::Types::InvalidManifestFieldException

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

Overview

One or more manifest fields was invalid. 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)


456
457
458
459
460
# File 'lib/aws-sdk-importexport/types.rb', line 456

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