Class: Aws::NovaAct::Types::ConflictException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The requested operation conflicts with the current state of the resource.

Returns:

  • (String)


226
227
228
229
230
231
232
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 226

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

#resource_idString

The identifier of the resource that caused the conflict.

Returns:

  • (String)


226
227
228
229
230
231
232
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 226

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

#resource_typeString

The type of resource that caused the conflict.

Returns:

  • (String)


226
227
228
229
230
231
232
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 226

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