Class: Aws::Imagebuilder::Types::InvalidParameterValueException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InvalidParameterValueException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The value that you provided for the specified parameter is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4744 4745 4746 4747 4748 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4744 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |