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
4753 4754 4755 4756 4757 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4753 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |