Class: Aws::ImportExport::Errors::InvalidManifestFieldException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ImportExport::Errors::InvalidManifestFieldException
- Defined in:
- lib/aws-sdk-importexport/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidManifestFieldException
constructor
A new instance of InvalidManifestFieldException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidManifestFieldException
Returns a new instance of InvalidManifestFieldException.
197 198 199 |
# File 'lib/aws-sdk-importexport/errors.rb', line 197 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
202 203 204 |
# File 'lib/aws-sdk-importexport/errors.rb', line 202 def @message || @data[:message] end |