Class: Aws::Imagebuilder::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::InvalidParameterCombinationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
You have specified two or more mutually exclusive parameters. Review the error message for details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4739 4740 4741 4742 4743 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4739 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |