#[non_exhaustive]pub struct ServiceQuotaExceededException {
pub message: Option<String>,
pub resource_id: Option<String>,
pub resource_type: Option<String>,
pub service_code: Option<String>,
pub quota_code: Option<String>,
}Expand description
The request would cause a service quota to be exceeded.
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>resource_id: Option<String>The ID of the resource that caused the exception.
resource_type: Option<String>The type of the resource that is associated with the error.
service_code: Option<String>The ID of the service that is associated with the error.
quota_code: Option<String>The ID of the service quota that was exceeded.
Implementations
The ID of the resource that caused the exception.
The type of the resource that is associated with the error.
The ID of the service that is associated with the error.
The ID of the service quota that was exceeded.
Creates a new builder-style object to manufacture ServiceQuotaExceededException
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 Send for ServiceQuotaExceededException
impl Sync for ServiceQuotaExceededException
impl Unpin for ServiceQuotaExceededException
impl UnwindSafe for ServiceQuotaExceededException
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