Class: Aws::BCMPricingCalculator::Types::ConflictException

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

Overview

The request could not be processed because of conflict in the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1559
1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1559

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

#resource_idString

The identifier of the resource that was not found.

Returns:

  • (String)


1559
1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1559

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

#resource_typeString

The type of the resource that was not found.

Returns:

  • (String)


1559
1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 1559

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