Class IdentityStoreException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\IdentityStore\Exception\IdentityStoreException
- Namespace: Aws\IdentityStore\Exception
- Located at IdentityStore/Exception/IdentityStoreException.php
Represents an error interacting with the AWS SSO Identity Store 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>', 'RequestId' => '<string>', ]
Description
You do not have sufficient access to perform this action.
Members
InternalServerException
[ 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The request processing has failed because of an unknown error, exception or failure with an internal server.
Members
ResourceNotFoundException
[ 'Message' => '<string>', 'RequestId' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => 'GROUP|USER|IDENTITY_STORE', ]
Description
Indicates that a requested resource is not found.
Members
- Message
-
- Type: string
- RequestId
-
- Type: string
The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.
- ResourceId
-
- Type: string
The identifier for a resource in the identity store, which can be used as
UserId
orGroupId
. The format forResourceId
is eitherUUID
or1234567890-UUID
, whereUUID
is a randomly generated value for each resource when it is created and1234567890
represents theIdentityStoreId
string value. In the case that the identity store is migrated from a legacy SSO identity store, theResourceId
for that identity store will be in the format ofUUID
. Otherwise, it will be in the1234567890-UUID
format. - ResourceType
-
- Type: string
The type of resource in the Identity Store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.
ThrottlingException
[ 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
Indicates that the principal has crossed the throttling limits of the API operations.
Members
ValidationException
[ 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The request failed because it contains a syntax error.