Class: Aws::IdentityStore::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb

Overview

This request cannot be completed for one of the following reasons:

  • Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.

  • The requested resource was being concurrently modified by another request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 169

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

#reasonString

This request cannot be completed for one of the following reasons:

  • Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.

  • The requested resource was being concurrently modified by another request.

Returns:

  • (String)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 169

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

#request_idString

The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.

Returns:

  • (String)


169
170
171
172
173
174
175
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/types.rb', line 169

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