Class: Aws::BCMPricingCalculator::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ConflictException
- 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
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that was not found.
-
#resource_type ⇒ String
The type of the resource that was not found.
Instance Attribute Details
#message ⇒ 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_id ⇒ String
The identifier of the resource that was not found.
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_type ⇒ String
The type of the resource that was not found.
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 |