Struct aws_sdk_connect::error::limit_exceeded_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LimitExceededException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The message about the limit.
sourcepub fn build(self) -> LimitExceededException
pub fn build(self) -> LimitExceededException
Consumes the builder and constructs a LimitExceededException
.