Class: Aws::ControlTower::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/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

#messageString

Returns:

  • (String)


101
102
103
104
105
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 101

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