Class: Aws::ImportExport::Types::InvalidCustomsException

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

Overview

One or more customs parameters 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)


419
420
421
422
423
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 419

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