Class: Aws::Imagebuilder::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The specified parameter is invalid. Review the available parameters for the API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4731 4732 4733 4734 4735 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4731 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |