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
4766 4767 4768 4769 4770 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4766 class InvalidParameterValueException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |