| Copyright | (c) 2013-2018 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.Connect.Types
Contents
Description
Synopsis
- connect :: Service
 - _OutboundContactNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError
 - _InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError
 - _InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError
 - _DestinationNotAllowedException :: AsError a => Getting (First ServiceError) a ServiceError
 - _ContactNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
 - _InternalServiceException :: AsError a => Getting (First ServiceError) a ServiceError
 - _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
 - _LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError
 
Service Configuration
Errors
_OutboundContactNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The contact is not permitted because outbound calling is not enabled for the instance.
_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #
One or more of the parameters provided to the operation are not valid.
_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The request is not valid.
_DestinationNotAllowedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Outbound calls to the destination number are not allowed for your instance. You can request that the country be included in the allowed countries for your instance by submitting a Service Limit Increase .
_ContactNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The contact with the specified ID is not active or does not exist.
_InternalServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source #
Request processing failed due to an error or failure with the service.
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified resource was not found.
_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The limit exceeded the maximum allowed active calls in a queue.