370 370 | }
|
371 371 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for TagServerCertificateError {
|
372 372 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
373 373 | match self {
|
374 374 | Self::ConcurrentModificationException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
375 375 | Self::InvalidInputException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
376 376 | Self::LimitExceededException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
377 377 | Self::NoSuchEntityException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
378 378 | Self::ServiceFailureException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
379 379 | Self::Unhandled(_inner) => &_inner.meta,
|
380 380 | }
|
381 381 | }
|
382 382 | }
|
383 383 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for TagServerCertificateError {
|
384 384 | fn create_unhandled_error(
|
385 385 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
386 386 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
387 387 | ) -> Self {
|
388 388 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
389 389 | source,
|
390 390 | meta: meta.unwrap_or_default(),
|
391 391 | })
|
392 392 | }
|
393 393 | }
|
394 394 | impl ::aws_types::request_id::RequestId for crate::operation::tag_server_certificate::TagServerCertificateError {
|
395 395 | fn request_id(&self) -> Option<&str> {
|
396 396 | self.meta().request_id()
|
397 397 | }
|
398 398 | }
|
399 399 |
|
400 - | pub use crate::operation::tag_server_certificate::_tag_server_certificate_output::TagServerCertificateOutput;
|
401 - |
|
402 400 | pub use crate::operation::tag_server_certificate::_tag_server_certificate_input::TagServerCertificateInput;
|
403 401 |
|
402 + | pub use crate::operation::tag_server_certificate::_tag_server_certificate_output::TagServerCertificateOutput;
|
403 + |
|
404 404 | mod _tag_server_certificate_input;
|
405 405 |
|
406 406 | mod _tag_server_certificate_output;
|
407 407 |
|
408 408 | /// Builders
|
409 409 | pub mod builders;
|