Struct aws_sdk_elasticbeanstalk::model::ValidationMessage
source · [−]#[non_exhaustive]pub struct ValidationMessage {
pub message: Option<String>,
pub severity: Option<ValidationSeverity>,
pub namespace: Option<String>,
pub option_name: Option<String>,
}
Expand description
An error or warning for a desired configuration option value.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.message: Option<String>
A message describing the error or warning.
severity: Option<ValidationSeverity>
An indication of the severity of this message:
-
error
: This message indicates that this is not a valid setting for an option. -
warning
: This message is providing information you should take into account.
namespace: Option<String>
The namespace to which the option belongs.
option_name: Option<String>
The name of the option.
Implementations
An indication of the severity of this message:
-
error
: This message indicates that this is not a valid setting for an option. -
warning
: This message is providing information you should take into account.
The name of the option.
Creates a new builder-style object to manufacture ValidationMessage
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ValidationMessage
impl Send for ValidationMessage
impl Sync for ValidationMessage
impl Unpin for ValidationMessage
impl UnwindSafe for ValidationMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more