Class: Aws::CognitoSync::Types::ResourceConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/types.rb

Overview

Thrown if an update can’t be applied because the resource was changed by another call and this would result in a conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned by a ResourceConflictException.

Returns:

  • (String)


993
994
995
996
997
# File 'lib/aws-sdk-cognitosync/types.rb', line 993

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