Class: Aws::MediaPackageV2::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb

Overview

Updating or deleting this resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_exception_typeString

The type of ConflictException.

Returns:

  • (String)


121
122
123
124
125
126
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 121

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

#messageString

Returns:

  • (String)


121
122
123
124
125
126
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 121

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