Struct aws_sdk_lambda::error::resource_not_ready_exception::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResourceNotReadyException
.
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 exception message.
sourcepub fn build(self) -> ResourceNotReadyException
pub fn build(self) -> ResourceNotReadyException
Consumes the builder and constructs a ResourceNotReadyException
.