Class: Aws::SupplyChain::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- 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 'lib/aws-sdk-supplychain/types.rb', line 68 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |