Class: Aws::SSM::Types::IdempotentParameterMismatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::IdempotentParameterMismatch
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Error returned when an idempotent operation is retried and the parameters don’t match the original call to the API with the same idempotency token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9260 9261 9262 9263 9264 |
# File 'lib/aws-sdk-ssm/types.rb', line 9260 class IdempotentParameterMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |