Module Smaws_Client_Support.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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AttachmentIdNotFound of Types.attachment_id_not_found | `DescribeAttachmentLimitExceeded of Types.describe_attachment_limit_exceeded | `InternalServerError of Types.internal_server_error ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_attachment_request -> (Types.describe_attachment_response, [> Smaws_Lib.Protocols.AwsJson.error | `AttachmentIdNotFound of Types.attachment_id_not_found | `DescribeAttachmentLimitExceeded of Types.describe_attachment_limit_exceeded | `InternalServerError of Types.internal_server_error ]) Stdlib.result