Class SSOAdminException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\SSOAdmin\Exception\SSOAdminException
- Namespace: Aws\SSOAdmin\Exception
- Located at SSOAdmin/Exception/SSOAdminException.php
Represents an error interacting with the AWS Single Sign-On Admin 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AccessDeniedException
[ 'Message' => '<string>', ]
ConflictException
[ 'Message' => '<string>', ]
Description
Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
Members
InternalServerException
[ 'Message' => '<string>', ]
Description
The request processing has failed because of an unknown error, exception, or failure with an internal server.
Members
ResourceNotFoundException
[ 'Message' => '<string>', ]
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
Description
Indicates that the principal has crossed the permitted number of resources that can be created.
Members
ThrottlingException
[ 'Message' => '<string>', ]
Description
Indicates that the principal has crossed the throttling limits of the API operations.
Members
ValidationException
[ 'Message' => '<string>', ]