| Package | Description |
|---|---|
| com.amazonaws.services.ssooidc.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
AuthorizationPendingException
Indicates that a request to authorize a client with an access user session token is pending.
|
class |
ExpiredTokenException
Indicates that the token issued by the service is expired and is no longer valid.
|
class |
InternalServerException
Indicates that an error from the service occurred while trying to process a request.
|
class |
InvalidClientException
Indicates that the
clientId or clientSecret in the request is invalid. |
class |
InvalidClientMetadataException
Indicates that the client information sent in the request during registration is invalid.
|
class |
InvalidGrantException
Indicates that a request contains an invalid grant.
|
class |
InvalidRequestException
Indicates that something is wrong with the input to the request.
|
class |
InvalidScopeException
Indicates that the scope provided in the request is invalid.
|
class |
SlowDownException
Indicates that the client is making the request too frequently and is more than the service can handle.
|
class |
UnauthorizedClientException
Indicates that the client is not currently authorized to make the request.
|
class |
UnsupportedGrantTypeException
Indicates that the grant type in the request is not supported by the service.
|
Copyright © 2022. All rights reserved.