Class: Aws::Types::ValidationException

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)


268
269
270
# File 'sig/types.rbs', line 268

def message
  @message
end

#reason ⇒ "InvalidExpiresIn", ...

Returns the value of attribute reason.

Returns:

  • ("InvalidExpiresIn", "InvalidStatus", "MissingValue", "InvalidToken", "InvalidResourceIdentifier", "InvalidAz", "UnsupportedAz", "InvalidAlarmCondition", "InvalidConditionType", "InvalidPracticeBlocker", "FISExperimentUpdateNotAllowed", "AutoshiftUpdateNotAllowed", "UnsupportedPracticeCancelShiftType", "InvalidPracticeAllowedWindow", "InvalidPracticeWindows")


269
270
271
# File 'sig/types.rbs', line 269

def reason
  @reason
end