Class: Aws::ImportExport::Types::MissingCustomsException

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

Overview

One or more required customs parameters was missing from the manifest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The human-readable description of a particular error.

Returns:

  • (String)


578
579
580
581
582
# File 'lib/aws-sdk-importexport/types.rb', line 578

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