Class: Aws::ConfigService::Types::IdempotentParameterMismatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::IdempotentParameterMismatch
- 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
#message ⇒ String
4845 4846 4847 4848 4849 |
# File 'lib/aws-sdk-configservice/types.rb', line 4845 class IdempotentParameterMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |