Class: Aws::IVS::Types::ConflictException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Updating or deleting a resource can cause an inconsistent state.

Returns:

  • (String)


450
451
452
453
454
# File 'lib/aws-sdk-ivs/types.rb', line 450

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