Class: Aws::Drs::Types::ConflictException

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

Overview

The request could not be completed due to a conflict with the current state of the target resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


111
112
113
114
115
116
117
118
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 111

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

#messageString

Returns:

  • (String)


111
112
113
114
115
116
117
118
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 111

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


111
112
113
114
115
116
117
118
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 111

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


111
112
113
114
115
116
117
118
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 111

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