Class: Aws::IVSRealTime::Types::ConflictException

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


167
168
169
170
171
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 167

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