Class: Aws::ImportExport::Types::InvalidManifestFieldException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ImportExport::Types::InvalidManifestFieldException
- Defined in:
- gems/aws-sdk-importexport/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
-
#message ⇒ String
The human-readable description of a particular error.
Instance Attribute Details
#message ⇒ String
The human-readable description of a particular error.
456 457 458 459 460 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 456 class InvalidManifestFieldException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |