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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/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

#messageString

Returns:

  • (String)


249
250
251
252
253
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 249

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end