Uses of Class
software.amazon.awssdk.services.datazone.model.FailureCause
-
Packages that use FailureCause Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of FailureCause in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return FailureCause Modifier and Type Method Description FailureCauseSubscribedAsset. failureCause()The failure cause included in the details of the asset for which the subscription grant is created.FailureCauseUpdateSubscriptionGrantStatusRequest. failureCause()Specifies the error message that is returned if the operation cannot be successfully completed.Methods in software.amazon.awssdk.services.datazone.model with parameters of type FailureCause Modifier and Type Method Description SubscribedAsset.BuilderSubscribedAsset.Builder. failureCause(FailureCause failureCause)The failure cause included in the details of the asset for which the subscription grant is created.UpdateSubscriptionGrantStatusRequest.BuilderUpdateSubscriptionGrantStatusRequest.Builder. failureCause(FailureCause failureCause)Specifies the error message that is returned if the operation cannot be successfully completed.
-