Class: Aws::ConfigService::Types::IdempotentParameterMismatch

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

Overview

Using the same client token with one or more different parameters. Specify a new client token with the parameter changes and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5221
5222
5223
5224
5225
# File 'lib/aws-sdk-configservice/types.rb', line 5221

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