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
- 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.
ConflictException
[ 'Message' => '<string>', 'Reason' => 'UNIQUENESS_CONSTRAINT_VIOLATION|CONCURRENT_MODIFICATION', 'RequestId' => '<string>', ]
Description
This request cannot be completed for one of the following reasons:
-
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
-
The requested resource was being concurrently modified by another request.
Members
- Message
-
- Type: string
- Reason
-
- Type: string
This request cannot be completed for one of the following reasons:
-
Performing the requested operation would violate an existing uniqueness claim in the identity store. Resolve the conflict before retrying this request.
-
The requested resource was being concurrently modified by another request.
- 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.
InternalServerException
[ 'Message' => '<string>', 'RequestId' => '<string>', 'RetryAfterSeconds' => <integer>, ]
Description
The request processing has failed because of an unknown error, exception or failure with an internal server.
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.
- RetryAfterSeconds
-
- Type: int
The number of seconds to wait before retrying the next request.
ResourceNotFoundException
[ 'Message' => '<string>', 'RequestId' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => 'GROUP|USER|IDENTITY_STORE|GROUP_MEMBERSHIP', ]
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 that 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
An enum object indicating the type of resource in the identity store service. Valid values include USER, GROUP, and IDENTITY_STORE.
ServiceQuotaExceededException
[ 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The request would cause the number of users or groups in the identity store to exceed the maximum allowed.
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.
ThrottlingException
[ 'Message' => '<string>', 'RequestId' => '<string>', 'RetryAfterSeconds' => <integer>, ]
Description
Indicates that the principal has crossed the throttling limits of the API operations.
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.
- RetryAfterSeconds
-
- Type: int
The number of seconds to wait before retrying the next request.
ValidationException
[ 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The request failed because it contains a syntax error.
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.