Class UnknownResourceException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<UnknownResourceException.Builder,UnknownResourceException>

@Generated("software.amazon.awssdk:codegen") public final class UnknownResourceException extends SwfException implements ToCopyableBuilder<UnknownResourceException.Builder,UnknownResourceException>

Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.

See Also: