Class: Aws::CleanRoomsML::Types::ConflictException

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

Overview

You can't complete this action because another resource depends on this resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


402
403
404
405
406
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 402

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