pub struct Builder { /* private fields */ }Expand description
A builder for DescribeAttachmentLimitExceeded.
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 DescribeAttachment requests 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 DescribeAttachment requests in a short period of time has been exceeded.
sourcepub fn build(self) -> DescribeAttachmentLimitExceeded
pub fn build(self) -> DescribeAttachmentLimitExceeded
Consumes the builder and constructs a DescribeAttachmentLimitExceeded.