Class: Aws::Imagebuilder::Types::IdempotentParameterMismatchException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

You have specified a client token for an operation using parameter values that differ from a previous request that used the same client token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3332
3333
3334
3335
3336
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3332

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