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)


3250
3251
3252
3253
3254
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3250

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