Enum TagResourceError Copy item path Source pub enum TagResourceError {
BadRequest(String ),
Forbidden(String ),
InternalServerError(String ),
NotFound(String ),
ServiceUnavailable(String ),
TooManyRequests(String ),
TooManyTags(String ),
}
Expand description Errors returned by TagResource
The request syntax was malformed. Check your request syntax and try again.
You don't have permissions to perform this action.
The request processing has failed because of an unknown error, exception, or
failure.
The specified resource doesn't exist. Check your request syntax and try again.
The request has failed due to a temporary failure of the service.
The maximum request rate permitted by the App Mesh APIs has been exceeded for your
account. For best results, use an increasing or variable sleep interval between
requests.
The request exceeds the maximum allowed number of tags allowed per resource. The current
limit is 50 user tags per resource. You must reduce the number of tags in the request. None
of the tags in this request were applied.
Formats the value using the given formatter.
Read more Formats the value using the given formatter.
Read more Returns the lower-level source of this error, if any.
Read more 👎 Deprecated since 1.42.0: use the Display impl or to_string()
👎 Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
🔬 This is a nightly-only experimental API. (error_generic_member_access
)
Provides type-based access to context intended for error reports.
Read more Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.
Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more Returns the argument unchanged.
Instruments this type with the provided
Span
, returning an
Instrumented
wrapper.
Read more Instruments this type with the provided
Span
, returning an
Instrumented
wrapper.
Read more Instruments this type with the
current Span
, returning an
Instrumented
wrapper.
Read more Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From <T> for U
chooses to do.
Converts the given value to a
String
.
Read more The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.