Class PcaConnectorAdException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\PcaConnectorAd\Exception\PcaConnectorAdException
- Namespace: Aws\PcaConnectorAd\Exception
- Located at PcaConnectorAd/Exception/PcaConnectorAdException.php
Represents an error interacting with the PcaConnectorAd service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
AccessDeniedException
[ 'Message' => '<string>', ]
Description
You can receive this error if you attempt to create a resource share when you don't have the required permissions. This can be caused by insufficient permissions in policies attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP) that affects your Amazon Web Services account.
Members
- Message
-
- Required: Yes
- Type: string
ConflictException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
This request cannot be completed for one of the following reasons because the requested resource was being concurrently modified by another request.
Members
- Message
-
- Required: Yes
- Type: string
- ResourceId
-
- Required: Yes
- Type: string
The identifier of the Amazon Web Services resource.
- ResourceType
-
- Required: Yes
- Type: string
The resource type, which can be one of
Connector
,Template
,TemplateGroupAccessControlEntry
,ServicePrincipalName
, orDirectoryRegistration
.
InternalServerException
[ 'Message' => '<string>', ]
Description
The request processing has failed because of an unknown error, exception or failure with an internal server.
Members
- Message
-
- Required: Yes
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', ]
Description
The operation tried to access a nonexistent resource. The resource might not be specified correctly, or its status might not be ACTIVE.
Members
- Message
-
- Required: Yes
- Type: string
- ResourceId
-
- Required: Yes
- Type: string
The identifier of the Amazon Web Services resource.
- ResourceType
-
- Required: Yes
- Type: string
The resource type, which can be one of
Connector
,Template
,TemplateGroupAccessControlEntry
,ServicePrincipalName
, orDirectoryRegistration
.
ServiceQuotaExceededException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => '<string>', 'ServiceCode' => '<string>', ]
Description
Request would cause a service quota to be exceeded.
Members
- Message
-
- Required: Yes
- Type: string
- QuotaCode
-
- Required: Yes
- Type: string
The code associated with the service quota.
- ResourceId
-
- Required: Yes
- Type: string
The identifier of the Amazon Web Services resource.
- ResourceType
-
- Required: Yes
- Type: string
The resource type, which can be one of
Connector
,Template
,TemplateGroupAccessControlEntry
,ServicePrincipalName
, orDirectoryRegistration
. - ServiceCode
-
- Required: Yes
- Type: string
Identifies the originating service.
ThrottlingException
[ 'Message' => '<string>', 'QuotaCode' => '<string>', 'ServiceCode' => '<string>', ]
Description
The limit on the number of requests per second was exceeded.
Members
- Message
-
- Required: Yes
- Type: string
- QuotaCode
-
- Type: string
The code associated with the quota.
- ServiceCode
-
- Type: string
Identifies the originating service.
ValidationException
[ 'Message' => '<string>', 'Reason' => 'FIELD_VALIDATION_FAILED|INVALID_PERMISSION|INVALID_STATE|MISMATCHED_CONNECTOR|MISMATCHED_VPC|NO_CLIENT_TOKEN|UNKNOWN_OPERATION|OTHER', ]
Description
An input validation error occurred. For example, invalid characters in a template name, or if a pagination token is invalid.
Members
- Message
-
- Required: Yes
- Type: string
- Reason
-
- Type: string
The reason for the validation error. This won't be return for every validation exception.