Class: Aws::AppFabric::Types::ConflictException

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

Overview

The request has created a conflict. Check the request parameters and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


317
318
319
320
321
322
323
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 317

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

#resource_idString

The resource ID.

Returns:

  • (String)


317
318
319
320
321
322
323
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 317

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

#resource_typeString

The resource type.

Returns:

  • (String)


317
318
319
320
321
322
323
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 317

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