Uses of Enum
software.amazon.awssdk.services.sfn.model.ValidationExceptionReason
Packages that use ValidationExceptionReason
-
Uses of ValidationExceptionReason in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return ValidationExceptionReasonModifier and TypeMethodDescriptionstatic ValidationExceptionReasonUse this in place of valueOf to convert the raw string returned by the service into the enum value.ValidationException.reason()The input does not satisfy the constraints specified by an Amazon Web Services service.static ValidationExceptionReasonReturns the enum constant of this type with the specified name.static ValidationExceptionReason[]ValidationExceptionReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ValidationExceptionReasonModifier and TypeMethodDescriptionstatic Set<ValidationExceptionReason>ValidationExceptionReason.knownValues()Methods in software.amazon.awssdk.services.sfn.model with parameters of type ValidationExceptionReasonModifier and TypeMethodDescriptionValidationException.Builder.reason(ValidationExceptionReason reason) The input does not satisfy the constraints specified by an Amazon Web Services service.