Class: Aws::AppMesh::Types::ConflictException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1999
2000
2001
2002
# File 'lib/aws-sdk-appmesh/types.rb', line 1999

class ConflictException < Struct.new(
  :message)
  include Aws::Structure
end