Trait aws_sdk_cloudformation::operation::RequestId

source ·
pub trait RequestId {
    // Required method
    fn request_id(&self) -> Option<&str>;
}
Expand description

Implementers add a function to return an AWS request ID

Required Methods§

source

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Implementations on Foreign Types§

source§

impl RequestId for Headers

source§

impl<B> RequestId for Response<B>

source§

impl<E> RequestId for SdkError<E, Response>

source§

impl<O, E> RequestId for Result<O, E>
where O: RequestId, E: RequestId,

Implementors§

source§

impl RequestId for Error

source§

impl RequestId for ActivateOrganizationsAccessError

source§

impl RequestId for ActivateTypeError

source§

impl RequestId for BatchDescribeTypeConfigurationsError

source§

impl RequestId for CancelUpdateStackError

source§

impl RequestId for ContinueUpdateRollbackError

source§

impl RequestId for CreateChangeSetError

source§

impl RequestId for CreateGeneratedTemplateError

source§

impl RequestId for CreateStackError

source§

impl RequestId for CreateStackInstancesError

source§

impl RequestId for CreateStackSetError

source§

impl RequestId for DeactivateOrganizationsAccessError

source§

impl RequestId for DeactivateTypeError

source§

impl RequestId for DeleteChangeSetError

source§

impl RequestId for DeleteGeneratedTemplateError

source§

impl RequestId for DeleteStackError

source§

impl RequestId for DeleteStackInstancesError

source§

impl RequestId for DeleteStackSetError

source§

impl RequestId for DeregisterTypeError

source§

impl RequestId for DescribeAccountLimitsError

source§

impl RequestId for DescribeChangeSetError

source§

impl RequestId for DescribeChangeSetHooksError

source§

impl RequestId for DescribeGeneratedTemplateError

source§

impl RequestId for DescribeOrganizationsAccessError

source§

impl RequestId for DescribePublisherError

source§

impl RequestId for DescribeResourceScanError

source§

impl RequestId for DescribeStackDriftDetectionStatusError

source§

impl RequestId for DescribeStackEventsError

source§

impl RequestId for DescribeStackInstanceError

source§

impl RequestId for DescribeStackResourceError

source§

impl RequestId for DescribeStackResourceDriftsError

source§

impl RequestId for DescribeStackResourcesError

source§

impl RequestId for DescribeStackSetError

source§

impl RequestId for DescribeStackSetOperationError

source§

impl RequestId for DescribeStacksError

source§

impl RequestId for DescribeTypeError

source§

impl RequestId for DescribeTypeRegistrationError

source§

impl RequestId for DetectStackDriftError

source§

impl RequestId for DetectStackResourceDriftError

source§

impl RequestId for DetectStackSetDriftError

source§

impl RequestId for EstimateTemplateCostError

source§

impl RequestId for ExecuteChangeSetError

source§

impl RequestId for GetGeneratedTemplateError

source§

impl RequestId for GetStackPolicyError

source§

impl RequestId for GetTemplateError

source§

impl RequestId for GetTemplateSummaryError

source§

impl RequestId for ImportStacksToStackSetError

source§

impl RequestId for ListChangeSetsError

source§

impl RequestId for ListExportsError

source§

impl RequestId for ListGeneratedTemplatesError

source§

impl RequestId for ListImportsError

source§

impl RequestId for ListResourceScanRelatedResourcesError

source§

impl RequestId for ListResourceScanResourcesError

source§

impl RequestId for ListResourceScansError

source§

impl RequestId for ListStackInstanceResourceDriftsError

source§

impl RequestId for ListStackInstancesError

source§

impl RequestId for ListStackResourcesError

source§

impl RequestId for ListStackSetAutoDeploymentTargetsError

source§

impl RequestId for ListStackSetOperationResultsError

source§

impl RequestId for ListStackSetOperationsError

source§

impl RequestId for ListStackSetsError

source§

impl RequestId for ListStacksError

source§

impl RequestId for ListTypeRegistrationsError

source§

impl RequestId for ListTypeVersionsError

source§

impl RequestId for ListTypesError

source§

impl RequestId for PublishTypeError

source§

impl RequestId for RecordHandlerProgressError

source§

impl RequestId for RegisterPublisherError

source§

impl RequestId for RegisterTypeError

source§

impl RequestId for RollbackStackError

source§

impl RequestId for SetStackPolicyError

source§

impl RequestId for SetTypeConfigurationError

source§

impl RequestId for SetTypeDefaultVersionError

source§

impl RequestId for SignalResourceError

source§

impl RequestId for StartResourceScanError

source§

impl RequestId for StopStackSetOperationError

source§

impl RequestId for TestTypeError

source§

impl RequestId for UpdateGeneratedTemplateError

source§

impl RequestId for UpdateStackError

source§

impl RequestId for UpdateStackInstancesError

source§

impl RequestId for UpdateStackSetError

source§

impl RequestId for UpdateTerminationProtectionError

source§

impl RequestId for ValidateTemplateError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for AlreadyExistsException

source§

impl RequestId for CfnRegistryException

source§

impl RequestId for ChangeSetNotFoundException

source§

impl RequestId for ConcurrentResourcesLimitExceededException

source§

impl RequestId for CreatedButModifiedException

source§

impl RequestId for GeneratedTemplateNotFoundException

source§

impl RequestId for InsufficientCapabilitiesException

source§

impl RequestId for InvalidChangeSetStatusException

source§

impl RequestId for InvalidOperationException

source§

impl RequestId for InvalidStateTransitionException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for NameAlreadyExistsException

source§

impl RequestId for OperationIdAlreadyExistsException

source§

impl RequestId for OperationInProgressException

source§

impl RequestId for OperationNotFoundException

source§

impl RequestId for OperationStatusCheckFailedException

source§

impl RequestId for ResourceScanInProgressException

source§

impl RequestId for ResourceScanLimitExceededException

source§

impl RequestId for ResourceScanNotFoundException

source§

impl RequestId for StackInstanceNotFoundException

source§

impl RequestId for StackNotFoundException

source§

impl RequestId for StackSetNotEmptyException

source§

impl RequestId for StackSetNotFoundException

source§

impl RequestId for StaleRequestException

source§

impl RequestId for TokenAlreadyExistsException

source§

impl RequestId for TypeConfigurationNotFoundException

source§

impl RequestId for TypeNotFoundException

source§

impl RequestId for ActivateOrganizationsAccessOutput

source§

impl RequestId for ActivateTypeOutput

source§

impl RequestId for BatchDescribeTypeConfigurationsOutput

source§

impl RequestId for CancelUpdateStackOutput

source§

impl RequestId for ContinueUpdateRollbackOutput

source§

impl RequestId for CreateChangeSetOutput

source§

impl RequestId for CreateGeneratedTemplateOutput

source§

impl RequestId for CreateStackOutput

source§

impl RequestId for CreateStackInstancesOutput

source§

impl RequestId for CreateStackSetOutput

source§

impl RequestId for DeactivateOrganizationsAccessOutput

source§

impl RequestId for DeactivateTypeOutput

source§

impl RequestId for DeleteChangeSetOutput

source§

impl RequestId for DeleteGeneratedTemplateOutput

source§

impl RequestId for DeleteStackOutput

source§

impl RequestId for DeleteStackInstancesOutput

source§

impl RequestId for DeleteStackSetOutput

source§

impl RequestId for DeregisterTypeOutput

source§

impl RequestId for DescribeAccountLimitsOutput

source§

impl RequestId for DescribeChangeSetOutput

source§

impl RequestId for DescribeChangeSetHooksOutput

source§

impl RequestId for DescribeGeneratedTemplateOutput

source§

impl RequestId for DescribeOrganizationsAccessOutput

source§

impl RequestId for DescribePublisherOutput

source§

impl RequestId for DescribeResourceScanOutput

source§

impl RequestId for DescribeStackDriftDetectionStatusOutput

source§

impl RequestId for DescribeStackEventsOutput

source§

impl RequestId for DescribeStackInstanceOutput

source§

impl RequestId for DescribeStackResourceOutput

source§

impl RequestId for DescribeStackResourceDriftsOutput

source§

impl RequestId for DescribeStackResourcesOutput

source§

impl RequestId for DescribeStackSetOutput

source§

impl RequestId for DescribeStackSetOperationOutput

source§

impl RequestId for DescribeStacksOutput

source§

impl RequestId for DescribeTypeOutput

source§

impl RequestId for DescribeTypeRegistrationOutput

source§

impl RequestId for DetectStackDriftOutput

source§

impl RequestId for DetectStackResourceDriftOutput

source§

impl RequestId for DetectStackSetDriftOutput

source§

impl RequestId for EstimateTemplateCostOutput

source§

impl RequestId for ExecuteChangeSetOutput

source§

impl RequestId for GetGeneratedTemplateOutput

source§

impl RequestId for GetStackPolicyOutput

source§

impl RequestId for GetTemplateOutput

source§

impl RequestId for GetTemplateSummaryOutput

source§

impl RequestId for ImportStacksToStackSetOutput

source§

impl RequestId for ListChangeSetsOutput

source§

impl RequestId for ListExportsOutput

source§

impl RequestId for ListGeneratedTemplatesOutput

source§

impl RequestId for ListImportsOutput

source§

impl RequestId for ListResourceScanRelatedResourcesOutput

source§

impl RequestId for ListResourceScanResourcesOutput

source§

impl RequestId for ListResourceScansOutput

source§

impl RequestId for ListStackInstanceResourceDriftsOutput

source§

impl RequestId for ListStackInstancesOutput

source§

impl RequestId for ListStackResourcesOutput

source§

impl RequestId for ListStackSetAutoDeploymentTargetsOutput

source§

impl RequestId for ListStackSetOperationResultsOutput

source§

impl RequestId for ListStackSetOperationsOutput

source§

impl RequestId for ListStackSetsOutput

source§

impl RequestId for ListStacksOutput

source§

impl RequestId for ListTypeRegistrationsOutput

source§

impl RequestId for ListTypeVersionsOutput

source§

impl RequestId for ListTypesOutput

source§

impl RequestId for PublishTypeOutput

source§

impl RequestId for RecordHandlerProgressOutput

source§

impl RequestId for RegisterPublisherOutput

source§

impl RequestId for RegisterTypeOutput

source§

impl RequestId for RollbackStackOutput

source§

impl RequestId for SetStackPolicyOutput

source§

impl RequestId for SetTypeConfigurationOutput

source§

impl RequestId for SetTypeDefaultVersionOutput

source§

impl RequestId for SignalResourceOutput

source§

impl RequestId for StartResourceScanOutput

source§

impl RequestId for StopStackSetOperationOutput

source§

impl RequestId for TestTypeOutput

source§

impl RequestId for UpdateGeneratedTemplateOutput

source§

impl RequestId for UpdateStackOutput

source§

impl RequestId for UpdateStackInstancesOutput

source§

impl RequestId for UpdateStackSetOutput

source§

impl RequestId for UpdateTerminationProtectionOutput

source§

impl RequestId for ValidateTemplateOutput