| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WorkLink.Types
Contents
Description
Synopsis
- defaultService :: Service
- _InternalServerErrorException :: AsError a => Fold a ServiceError
- _InvalidRequestException :: AsError a => Fold a ServiceError
- _ResourceAlreadyExistsException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _TooManyRequestsException :: AsError a => Fold a ServiceError
- _UnauthorizedException :: AsError a => Fold a ServiceError
Service Configuration
defaultService :: Service Source #
API version 2018-09-25 of the Amazon WorkLink SDK configuration.
Errors
_InternalServerErrorException :: AsError a => Fold a ServiceError Source #
The service is temporarily unavailable.
_InvalidRequestException :: AsError a => Fold a ServiceError Source #
The request is not valid.
_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #
The resource already exists.
_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #
The requested resource was not found.
_TooManyRequestsException :: AsError a => Fold a ServiceError Source #
The number of requests exceeds the limit.
_UnauthorizedException :: AsError a => Fold a ServiceError Source #
You are not authorized to perform this action.