Class: Aws::Imagebuilder::Types::InvalidParameterCombinationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4717
4718
4719
4720
4721
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4717

class InvalidParameterCombinationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end