#[non_exhaustive]pub struct InternalServiceException { /* private fields */ }
Expand description
Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
Implementations§
source§impl InternalServiceException
impl InternalServiceException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InternalServiceException
.
Trait Implementations§
source§impl Clone for InternalServiceException
impl Clone for InternalServiceException
source§fn clone(&self) -> InternalServiceException
fn clone(&self) -> InternalServiceException
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InternalServiceException
impl Debug for InternalServiceException
source§impl Display for InternalServiceException
impl Display for InternalServiceException
source§impl Error for InternalServiceException
impl Error for InternalServiceException
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()