Struct aws_sdk_sns::error::throttled_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ThrottledException
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
Throttled request.
sourcepub fn build(self) -> ThrottledException
pub fn build(self) -> ThrottledException
Consumes the builder and constructs a ThrottledException
.