Trait aws_sdk_gamelift::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 AcceptMatchError

source§

impl RequestId for ClaimGameServerError

source§

impl RequestId for CreateAliasError

source§

impl RequestId for CreateBuildError

source§

impl RequestId for CreateContainerGroupDefinitionError

source§

impl RequestId for CreateFleetError

source§

impl RequestId for CreateFleetLocationsError

source§

impl RequestId for CreateGameServerGroupError

source§

impl RequestId for CreateGameSessionError

source§

impl RequestId for CreateGameSessionQueueError

source§

impl RequestId for CreateLocationError

source§

impl RequestId for CreateMatchmakingConfigurationError

source§

impl RequestId for CreateMatchmakingRuleSetError

source§

impl RequestId for CreatePlayerSessionError

source§

impl RequestId for CreatePlayerSessionsError

source§

impl RequestId for CreateScriptError

source§

impl RequestId for CreateVpcPeeringAuthorizationError

source§

impl RequestId for CreateVpcPeeringConnectionError

source§

impl RequestId for DeleteAliasError

source§

impl RequestId for DeleteBuildError

source§

impl RequestId for DeleteContainerGroupDefinitionError

source§

impl RequestId for DeleteFleetError

source§

impl RequestId for DeleteFleetLocationsError

source§

impl RequestId for DeleteGameServerGroupError

source§

impl RequestId for DeleteGameSessionQueueError

source§

impl RequestId for DeleteLocationError

source§

impl RequestId for DeleteMatchmakingConfigurationError

source§

impl RequestId for DeleteMatchmakingRuleSetError

source§

impl RequestId for DeleteScalingPolicyError

source§

impl RequestId for DeleteScriptError

source§

impl RequestId for DeleteVpcPeeringAuthorizationError

source§

impl RequestId for DeleteVpcPeeringConnectionError

source§

impl RequestId for DeregisterComputeError

source§

impl RequestId for DeregisterGameServerError

source§

impl RequestId for DescribeAliasError

source§

impl RequestId for DescribeBuildError

source§

impl RequestId for DescribeComputeError

source§

impl RequestId for DescribeContainerGroupDefinitionError

source§

impl RequestId for DescribeEC2InstanceLimitsError

source§

impl RequestId for DescribeFleetAttributesError

source§

impl RequestId for DescribeFleetCapacityError

source§

impl RequestId for DescribeFleetEventsError

source§

impl RequestId for DescribeFleetLocationAttributesError

source§

impl RequestId for DescribeFleetLocationCapacityError

source§

impl RequestId for DescribeFleetLocationUtilizationError

source§

impl RequestId for DescribeFleetPortSettingsError

source§

impl RequestId for DescribeFleetUtilizationError

source§

impl RequestId for DescribeGameServerError

source§

impl RequestId for DescribeGameServerGroupError

source§

impl RequestId for DescribeGameServerInstancesError

source§

impl RequestId for DescribeGameSessionDetailsError

source§

impl RequestId for DescribeGameSessionPlacementError

source§

impl RequestId for DescribeGameSessionQueuesError

source§

impl RequestId for DescribeGameSessionsError

source§

impl RequestId for DescribeInstancesError

source§

impl RequestId for DescribeMatchmakingError

source§

impl RequestId for DescribeMatchmakingConfigurationsError

source§

impl RequestId for DescribeMatchmakingRuleSetsError

source§

impl RequestId for DescribePlayerSessionsError

source§

impl RequestId for DescribeRuntimeConfigurationError

source§

impl RequestId for DescribeScalingPoliciesError

source§

impl RequestId for DescribeScriptError

source§

impl RequestId for DescribeVpcPeeringAuthorizationsError

source§

impl RequestId for DescribeVpcPeeringConnectionsError

source§

impl RequestId for GetComputeAccessError

source§

impl RequestId for GetComputeAuthTokenError

source§

impl RequestId for GetGameSessionLogUrlError

source§

impl RequestId for GetInstanceAccessError

source§

impl RequestId for ListAliasesError

source§

impl RequestId for ListBuildsError

source§

impl RequestId for ListComputeError

source§

impl RequestId for ListContainerGroupDefinitionsError

source§

impl RequestId for ListFleetsError

source§

impl RequestId for ListGameServerGroupsError

source§

impl RequestId for ListGameServersError

source§

impl RequestId for ListLocationsError

source§

impl RequestId for ListScriptsError

source§

impl RequestId for ListTagsForResourceError

source§

impl RequestId for PutScalingPolicyError

source§

impl RequestId for RegisterComputeError

source§

impl RequestId for RegisterGameServerError

source§

impl RequestId for RequestUploadCredentialsError

source§

impl RequestId for ResolveAliasError

source§

impl RequestId for ResumeGameServerGroupError

source§

impl RequestId for SearchGameSessionsError

source§

impl RequestId for StartFleetActionsError

source§

impl RequestId for StartGameSessionPlacementError

source§

impl RequestId for StartMatchBackfillError

source§

impl RequestId for StartMatchmakingError

source§

impl RequestId for StopFleetActionsError

source§

impl RequestId for StopGameSessionPlacementError

source§

impl RequestId for StopMatchmakingError

source§

impl RequestId for SuspendGameServerGroupError

source§

impl RequestId for TagResourceError

source§

impl RequestId for UntagResourceError

source§

impl RequestId for UpdateAliasError

source§

impl RequestId for UpdateBuildError

source§

impl RequestId for UpdateFleetAttributesError

source§

impl RequestId for UpdateFleetCapacityError

source§

impl RequestId for UpdateFleetPortSettingsError

source§

impl RequestId for UpdateGameServerError

source§

impl RequestId for UpdateGameServerGroupError

source§

impl RequestId for UpdateGameSessionError

source§

impl RequestId for UpdateGameSessionQueueError

source§

impl RequestId for UpdateMatchmakingConfigurationError

source§

impl RequestId for UpdateRuntimeConfigurationError

source§

impl RequestId for UpdateScriptError

source§

impl RequestId for ValidateMatchmakingRuleSetError

source§

impl RequestId for ErrorMetadata

source§

impl RequestId for ConflictException

source§

impl RequestId for FleetCapacityExceededException

source§

impl RequestId for GameSessionFullException

source§

impl RequestId for IdempotentParameterMismatchException

source§

impl RequestId for InternalServiceException

source§

impl RequestId for InvalidFleetStatusException

source§

impl RequestId for InvalidGameSessionStatusException

source§

impl RequestId for InvalidRequestException

source§

impl RequestId for LimitExceededException

source§

impl RequestId for NotFoundException

source§

impl RequestId for NotReadyException

source§

impl RequestId for OutOfCapacityException

source§

impl RequestId for TaggingFailedException

source§

impl RequestId for TerminalRoutingStrategyException

source§

impl RequestId for UnauthorizedException

source§

impl RequestId for UnsupportedRegionException

source§

impl RequestId for AcceptMatchOutput

source§

impl RequestId for ClaimGameServerOutput

source§

impl RequestId for CreateAliasOutput

source§

impl RequestId for CreateBuildOutput

source§

impl RequestId for CreateContainerGroupDefinitionOutput

source§

impl RequestId for CreateFleetOutput

source§

impl RequestId for CreateFleetLocationsOutput

source§

impl RequestId for CreateGameServerGroupOutput

source§

impl RequestId for CreateGameSessionOutput

source§

impl RequestId for CreateGameSessionQueueOutput

source§

impl RequestId for CreateLocationOutput

source§

impl RequestId for CreateMatchmakingConfigurationOutput

source§

impl RequestId for CreateMatchmakingRuleSetOutput

source§

impl RequestId for CreatePlayerSessionOutput

source§

impl RequestId for CreatePlayerSessionsOutput

source§

impl RequestId for CreateScriptOutput

source§

impl RequestId for CreateVpcPeeringAuthorizationOutput

source§

impl RequestId for CreateVpcPeeringConnectionOutput

source§

impl RequestId for DeleteAliasOutput

source§

impl RequestId for DeleteBuildOutput

source§

impl RequestId for DeleteContainerGroupDefinitionOutput

source§

impl RequestId for DeleteFleetOutput

source§

impl RequestId for DeleteFleetLocationsOutput

source§

impl RequestId for DeleteGameServerGroupOutput

source§

impl RequestId for DeleteGameSessionQueueOutput

source§

impl RequestId for DeleteLocationOutput

source§

impl RequestId for DeleteMatchmakingConfigurationOutput

source§

impl RequestId for DeleteMatchmakingRuleSetOutput

source§

impl RequestId for DeleteScalingPolicyOutput

source§

impl RequestId for DeleteScriptOutput

source§

impl RequestId for DeleteVpcPeeringAuthorizationOutput

source§

impl RequestId for DeleteVpcPeeringConnectionOutput

source§

impl RequestId for DeregisterComputeOutput

source§

impl RequestId for DeregisterGameServerOutput

source§

impl RequestId for DescribeAliasOutput

source§

impl RequestId for DescribeBuildOutput

source§

impl RequestId for DescribeComputeOutput

source§

impl RequestId for DescribeContainerGroupDefinitionOutput

source§

impl RequestId for DescribeEc2InstanceLimitsOutput

source§

impl RequestId for DescribeFleetAttributesOutput

source§

impl RequestId for DescribeFleetCapacityOutput

source§

impl RequestId for DescribeFleetEventsOutput

source§

impl RequestId for DescribeFleetLocationAttributesOutput

source§

impl RequestId for DescribeFleetLocationCapacityOutput

source§

impl RequestId for DescribeFleetLocationUtilizationOutput

source§

impl RequestId for DescribeFleetPortSettingsOutput

source§

impl RequestId for DescribeFleetUtilizationOutput

source§

impl RequestId for DescribeGameServerOutput

source§

impl RequestId for DescribeGameServerGroupOutput

source§

impl RequestId for DescribeGameServerInstancesOutput

source§

impl RequestId for DescribeGameSessionDetailsOutput

source§

impl RequestId for DescribeGameSessionPlacementOutput

source§

impl RequestId for DescribeGameSessionQueuesOutput

source§

impl RequestId for DescribeGameSessionsOutput

source§

impl RequestId for DescribeInstancesOutput

source§

impl RequestId for DescribeMatchmakingOutput

source§

impl RequestId for DescribeMatchmakingConfigurationsOutput

source§

impl RequestId for DescribeMatchmakingRuleSetsOutput

source§

impl RequestId for DescribePlayerSessionsOutput

source§

impl RequestId for DescribeRuntimeConfigurationOutput

source§

impl RequestId for DescribeScalingPoliciesOutput

source§

impl RequestId for DescribeScriptOutput

source§

impl RequestId for DescribeVpcPeeringAuthorizationsOutput

source§

impl RequestId for DescribeVpcPeeringConnectionsOutput

source§

impl RequestId for GetComputeAccessOutput

source§

impl RequestId for GetComputeAuthTokenOutput

source§

impl RequestId for GetGameSessionLogUrlOutput

source§

impl RequestId for GetInstanceAccessOutput

source§

impl RequestId for ListAliasesOutput

source§

impl RequestId for ListBuildsOutput

source§

impl RequestId for ListComputeOutput

source§

impl RequestId for ListContainerGroupDefinitionsOutput

source§

impl RequestId for ListFleetsOutput

source§

impl RequestId for ListGameServerGroupsOutput

source§

impl RequestId for ListGameServersOutput

source§

impl RequestId for ListLocationsOutput

source§

impl RequestId for ListScriptsOutput

source§

impl RequestId for ListTagsForResourceOutput

source§

impl RequestId for PutScalingPolicyOutput

source§

impl RequestId for RegisterComputeOutput

source§

impl RequestId for RegisterGameServerOutput

source§

impl RequestId for RequestUploadCredentialsOutput

source§

impl RequestId for ResolveAliasOutput

source§

impl RequestId for ResumeGameServerGroupOutput

source§

impl RequestId for SearchGameSessionsOutput

source§

impl RequestId for StartFleetActionsOutput

source§

impl RequestId for StartGameSessionPlacementOutput

source§

impl RequestId for StartMatchBackfillOutput

source§

impl RequestId for StartMatchmakingOutput

source§

impl RequestId for StopFleetActionsOutput

source§

impl RequestId for StopGameSessionPlacementOutput

source§

impl RequestId for StopMatchmakingOutput

source§

impl RequestId for SuspendGameServerGroupOutput

source§

impl RequestId for TagResourceOutput

source§

impl RequestId for UntagResourceOutput

source§

impl RequestId for UpdateAliasOutput

source§

impl RequestId for UpdateBuildOutput

source§

impl RequestId for UpdateFleetAttributesOutput

source§

impl RequestId for UpdateFleetCapacityOutput

source§

impl RequestId for UpdateFleetPortSettingsOutput

source§

impl RequestId for UpdateGameServerOutput

source§

impl RequestId for UpdateGameServerGroupOutput

source§

impl RequestId for UpdateGameSessionOutput

source§

impl RequestId for UpdateGameSessionQueueOutput

source§

impl RequestId for UpdateMatchmakingConfigurationOutput

source§

impl RequestId for UpdateRuntimeConfigurationOutput

source§

impl RequestId for UpdateScriptOutput

source§

impl RequestId for ValidateMatchmakingRuleSetOutput