Class: Aws::CleanRooms::Types::ConflictException

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

Overview

Updating or deleting a resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1880

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

#reasonString

A reason code for the exception.

Returns:

  • (String)


1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1880

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

#resource_idString

The ID of the conflicting resource.

Returns:

  • (String)


1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1880

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

#resource_typeString

The type of the conflicting resource.

Returns:

  • (String)


1880
1881
1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1880

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