Class: Aws::Scheduler::Types::ConflictException

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

Overview

Updating or deleting the resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


82
83
84
85
86
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 82

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