Class: Aws::AppMesh::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
The request contains a client token that was used for a previous update resource call with different specifications. Try the request again with a new client token.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      249 250 251 252 253  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 249 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |