pub struct DescribeSeverityLevels<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeSeverityLevels
.
Returns the list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails
data type that you include for a CreateCase
request.
-
You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.
-
If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the
SubscriptionRequiredException
error message appears. For information about changing your support plan, see Amazon Web Services Support.
Implementations
impl<C, M, R> DescribeSeverityLevels<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeSeverityLevels<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeSeverityLevelsOutput, SdkError<DescribeSeverityLevelsError>> where
R::Policy: SmithyRetryPolicy<DescribeSeverityLevelsInputOperationOutputAlias, DescribeSeverityLevelsOutput, DescribeSeverityLevelsError, DescribeSeverityLevelsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeSeverityLevelsOutput, SdkError<DescribeSeverityLevelsError>> where
R::Policy: SmithyRetryPolicy<DescribeSeverityLevelsInputOperationOutputAlias, DescribeSeverityLevelsOutput, DescribeSeverityLevelsError, DescribeSeverityLevelsInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeSeverityLevels<C, M, R>
impl<C, M, R> Send for DescribeSeverityLevels<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeSeverityLevels<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeSeverityLevels<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeSeverityLevels<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more