Class: Aws::AppTest::Types::ConflictException

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

Overview

The parameters provided in the request conflict with existing resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


410
411
412
413
414
415
416
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 410

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

#resource_idString

The resource ID of the conflicts with existing resources.

Returns:

  • (String)


410
411
412
413
414
415
416
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 410

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

#resource_typeString

The resource type of the conflicts with existing resources.

Returns:

  • (String)


410
411
412
413
414
415
416
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 410

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