Struct aws_sdk_support::error::attachment_limit_exceeded::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AttachmentLimitExceeded.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
The limit for the number of attachment sets created in a short period of time has been exceeded.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The limit for the number of attachment sets created in a short period of time has been exceeded.
sourcepub fn build(self) -> AttachmentLimitExceeded
pub fn build(self) -> AttachmentLimitExceeded
Consumes the builder and constructs a AttachmentLimitExceeded.