Class: Aws::SupplyChain::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ConflictException
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
Updating or deleting a resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
68 69 70 71 72 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 68 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |