Class: Aws::Notifications::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Updating or deleting a resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


211
212
213
214
215
216
# File 'lib/aws-sdk-notifications/types.rb', line 211

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

#resource_idString

The resource ID that prompted the conflict error.

Returns:

  • (String)


211
212
213
214
215
216
# File 'lib/aws-sdk-notifications/types.rb', line 211

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