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

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


426
427
428
429
430
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 426

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