Class: Aws::ObservabilityAdmin::Types::ConflictException

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

Overview

The requested operation conflicts with the current state of the specified resource or with another request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


358
359
360
361
362
363
364
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 358

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

#resource_idString

The identifier of the resource which is in conflict with the requested operation.

Returns:

  • (String)


358
359
360
361
362
363
364
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 358

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

#resource_typeString

The type of the resource which is in conflict with the requested operation.

Returns:

  • (String)


358
359
360
361
362
363
364
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 358

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