Class: Aws::Artifact::Types::ConflictException

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

Overview

Request to create/modify content would result in a conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


55
56
57
58
59
60
61
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 55

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

#resource_idString

Identifier of the affected resource.

Returns:

  • (String)


55
56
57
58
59
60
61
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 55

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

#resource_typeString

Type of the affected resource.

Returns:

  • (String)


55
56
57
58
59
60
61
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 55

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