Struct aws_sdk_support::model::severity_level::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SeverityLevel
Implementations
The code for case severity level.
Valid values: low
| normal
| high
|
urgent
| critical
The code for case severity level.
Valid values: low
| normal
| high
|
urgent
| critical
The name of the severity level that corresponds to the severity level code.
The values returned by the API are different from the values that appear in the
AWS Support Center. For example, the API uses the code low
, but the name
appears as General guidance in Support Center.
The following are the API code names and how they appear in the console:
-
low
- General guidance -
normal
- System impaired -
high
- Production system impaired -
urgent
- Production system down -
critical
- Business-critical system down
For more information, see Choosing a severity in the AWS Support User Guide.
The name of the severity level that corresponds to the severity level code.
The values returned by the API are different from the values that appear in the
AWS Support Center. For example, the API uses the code low
, but the name
appears as General guidance in Support Center.
The following are the API code names and how they appear in the console:
-
low
- General guidance -
normal
- System impaired -
high
- Production system impaired -
urgent
- Production system down -
critical
- Business-critical system down
For more information, see Choosing a severity in the AWS Support User Guide.
Consumes the builder and constructs a SeverityLevel
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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