Class QuickSightUserNotFoundException

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

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

The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

See Also: