Class: Aws::ImportExport::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ImportExport::Types::InvalidParameterException
- Defined in:
- gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb
Overview
One or more parameters had an invalid value.
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.
468 469 470 471 472 |
# File 'gems/aws-sdk-importexport/lib/aws-sdk-importexport/types.rb', line 468 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |