Class: Aws::Deadline::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Your request has conflicting operations. This can occur if you’re trying to perform more than one operation on the same resource at the same time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextHash<String,String>

Information about the resources in use when the exception was thrown.

Returns:

  • (Hash<String,String>)


820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-deadline/types.rb', line 820

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

#messageString

Returns:

  • (String)


820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-deadline/types.rb', line 820

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

#reasonString

A description of the error.

Returns:

  • (String)


820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-deadline/types.rb', line 820

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

#resource_idString

The identifier of the resource in use.

Returns:

  • (String)


820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-deadline/types.rb', line 820

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

#resource_typeString

The type of the resource in use.

Returns:

  • (String)


820
821
822
823
824
825
826
827
828
# File 'lib/aws-sdk-deadline/types.rb', line 820

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