Class: Aws::RoboMaker::Types::IdempotentParameterMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::IdempotentParameterMismatchException
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3119 3120 3121 3122 3123 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3119 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |