public static interface MetricDataError.Builder extends SdkPojo, CopyableBuilder<MetricDataError.Builder,MetricDataError>
| Modifier and Type | Method and Description |
|---|---|
MetricDataError.Builder |
code(QueryErrorCode code)
The query error code.
|
MetricDataError.Builder |
code(String code)
The query error code.
|
MetricDataError.Builder |
id(String id)
The query identifier.
|
MetricDataError.Builder |
message(String message)
The error message associated with the current query error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricDataError.Builder id(String id)
The query identifier.
id - The query identifier.MetricDataError.Builder code(String code)
The query error code. Can be one of:
INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.
code - The query error code. Can be one of:
INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given
query.
QueryErrorCode,
QueryErrorCodeMetricDataError.Builder code(QueryErrorCode code)
The query error code. Can be one of:
INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.
code - The query error code. Can be one of:
INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given
query.
QueryErrorCode,
QueryErrorCodeMetricDataError.Builder message(String message)
The error message associated with the current query error.
message - The error message associated with the current query error.Copyright © 2023. All rights reserved.