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>)


869
870
871
872
873
874
875
876
877
# File 'lib/aws-sdk-deadline/types.rb', line 869

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

#messageString

Returns:

  • (String)


869
870
871
872
873
874
875
876
877
# File 'lib/aws-sdk-deadline/types.rb', line 869

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

#reasonString

A description of the error.

Returns:

  • (String)


869
870
871
872
873
874
875
876
877
# File 'lib/aws-sdk-deadline/types.rb', line 869

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)


869
870
871
872
873
874
875
876
877
# File 'lib/aws-sdk-deadline/types.rb', line 869

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)


869
870
871
872
873
874
875
876
877
# File 'lib/aws-sdk-deadline/types.rb', line 869

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