Class: Aws::RoboMaker::Types::IdempotentParameterMismatchException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::IdempotentParameterMismatchException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
      3124 3125 3126 3127 3128  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3124 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |