Class: Aws::ControlTower::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
Updating or deleting the resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
101 102 103 104 105 |
# File 'lib/aws-sdk-controltower/types.rb', line 101 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |