380 380 | }
|
381 381 | impl ::aws_smithy_types::error::metadata::ProvideErrorMetadata for ListTagsForResourcesError {
|
382 382 | fn meta(&self) -> &::aws_smithy_types::error::ErrorMetadata {
|
383 383 | match self {
|
384 384 | Self::InvalidInput(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
385 385 | Self::NoSuchHealthCheck(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
386 386 | Self::NoSuchHostedZone(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
387 387 | Self::PriorRequestNotComplete(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
388 388 | Self::ThrottlingException(_inner) => ::aws_smithy_types::error::metadata::ProvideErrorMetadata::meta(_inner),
|
389 389 | Self::Unhandled(_inner) => &_inner.meta,
|
390 390 | }
|
391 391 | }
|
392 392 | }
|
393 393 | impl ::aws_smithy_runtime_api::client::result::CreateUnhandledError for ListTagsForResourcesError {
|
394 394 | fn create_unhandled_error(
|
395 395 | source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
|
396 396 | meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
|
397 397 | ) -> Self {
|
398 398 | Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
|
399 399 | source,
|
400 400 | meta: meta.unwrap_or_default(),
|
401 401 | })
|
402 402 | }
|
403 403 | }
|
404 404 | impl ::aws_types::request_id::RequestId for crate::operation::list_tags_for_resources::ListTagsForResourcesError {
|
405 405 | fn request_id(&self) -> Option<&str> {
|
406 406 | self.meta().request_id()
|
407 407 | }
|
408 408 | }
|
409 409 |
|
410 - | pub use crate::operation::list_tags_for_resources::_list_tags_for_resources_output::ListTagsForResourcesOutput;
|
411 - |
|
412 410 | pub use crate::operation::list_tags_for_resources::_list_tags_for_resources_input::ListTagsForResourcesInput;
|
413 411 |
|
412 + | pub use crate::operation::list_tags_for_resources::_list_tags_for_resources_output::ListTagsForResourcesOutput;
|
413 + |
|
414 414 | mod _list_tags_for_resources_input;
|
415 415 |
|
416 416 | mod _list_tags_for_resources_output;
|
417 417 |
|
418 418 | /// Builders
|
419 419 | pub mod builders;
|