| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
FailureCause |
FailureCause.clone() |
FailureCause |
UpdateSubscriptionGrantStatusRequest.getFailureCause()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
FailureCause |
SubscribedAsset.getFailureCause()
The failure cause included in the details of the asset for which the subscription grant is created.
|
FailureCause |
FailureCause.withMessage(String message)
The description of the error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSubscriptionGrantStatusRequest.setFailureCause(FailureCause failureCause)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
void |
SubscribedAsset.setFailureCause(FailureCause failureCause)
The failure cause included in the details of the asset for which the subscription grant is created.
|
UpdateSubscriptionGrantStatusRequest |
UpdateSubscriptionGrantStatusRequest.withFailureCause(FailureCause failureCause)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
SubscribedAsset |
SubscribedAsset.withFailureCause(FailureCause failureCause)
The failure cause included in the details of the asset for which the subscription grant is created.
|
Copyright © 2023. All rights reserved.