Class: Aws::MediaConnect::Types::ConflictException

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

Overview

The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1132
1133
1134
1135
1136
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1132

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