Struct aws_sdk_ssm::error::invalid_document::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for InvalidDocument.
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 SSM document doesn't exist or the document isn't available to the user. This exception can be issued by various API operations.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The SSM document doesn't exist or the document isn't available to the user. This exception can be issued by various API operations.
sourcepub fn build(self) -> InvalidDocument
pub fn build(self) -> InvalidDocument
Consumes the builder and constructs a InvalidDocument.