Class: Aws::Types::ConflictException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def message
  @message
end

#reason ⇒ "ZonalShiftAlreadyExists", ...

Returns the value of attribute reason.

Returns:

  • ("ZonalShiftAlreadyExists", "ZonalShiftStatusNotActive", "SimultaneousZonalShiftsConflict", "PracticeConfigurationAlreadyExists", "AutoShiftEnabled", "PracticeConfigurationDoesNotExist", "ZonalAutoshiftActive", "PracticeOutcomeAlarmsRed", "PracticeBlockingAlarmsRed", "PracticeInBlockedDates", "PracticeInBlockedWindows", "PracticeOutsideAllowedWindows")


54
55
56
# File 'sig/types.rbs', line 54

def reason
  @reason
end

#zonal_shift_id ⇒ ::String

Returns the value of attribute zonal_shift_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def zonal_shift_id
  @zonal_shift_id
end