Struct aws_sdk_support::client::fluent_builders::DescribeAttachment [−][src]
pub struct DescribeAttachment<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to DescribeAttachment
.
Returns the attachment that has the specified ID. Attachments can include screenshots, error logs, or other files that describe your issue. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.
-
You must have a Business or Enterprise Support plan to use the AWS Support API.
-
If you call the AWS Support API from an account that does not have a Business or Enterprise Support plan, the
SubscriptionRequiredException
error message appears. For information about changing your support plan, see AWS Support.
Implementations
impl<C, M, R> DescribeAttachment<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> DescribeAttachment<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<DescribeAttachmentOutput, SdkError<DescribeAttachmentError>> where
R::Policy: SmithyRetryPolicy<DescribeAttachmentInputOperationOutputAlias, DescribeAttachmentOutput, DescribeAttachmentError, DescribeAttachmentInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<DescribeAttachmentOutput, SdkError<DescribeAttachmentError>> where
R::Policy: SmithyRetryPolicy<DescribeAttachmentInputOperationOutputAlias, DescribeAttachmentOutput, DescribeAttachmentError, DescribeAttachmentInputOperationRetryAlias>,
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 ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
The ID of the attachment to return. Attachment IDs are returned by the DescribeCommunications operation.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for DescribeAttachment<C, M, R>
impl<C, M, R> Send for DescribeAttachment<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for DescribeAttachment<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for DescribeAttachment<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for DescribeAttachment<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