error property
If the value of Status
is FAILED
, the value of
Error
indicates the cause:
-
DESTINATION_NOT_FOUND
: The specified destination (for example, an Amazon S3 bucket) was deleted. -
ACCESS_DENIED
: Permissions don't allow sending logs to the destination.
Status
is a value other than
FAILED
, Error
is null.
Implementation
final ResolverQueryLogConfigAssociationError? error;