Class: Aws::SecurityLake::Types::ConflictException

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

Overview

Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


145
146
147
148
149
150
151
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 145

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

#resource_nameString

The resource name.

Returns:

  • (String)


145
146
147
148
149
150
151
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 145

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

#resource_typeString

The resource type.

Returns:

  • (String)


145
146
147
148
149
150
151
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 145

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