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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349

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

#reasonString

A reason code for the exception.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349

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)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349

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)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2349

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