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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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>)


808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 808

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

#messageString

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 808

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

#reasonString

A description of the error.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 808

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

#resource_idString

The identifier of the resource in use.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 808

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

#resource_typeString

The type of the resource in use.

Returns:

  • (String)


808
809
810
811
812
813
814
815
816
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 808

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