class Aws::SSOOIDC::Types::UnauthorizedClientException

Indicates that the client is not currently authorized to make the request. This can happen when a ‘clientId` is not issued for a public client.

@!attribute [rw] error

Single error code. For this exception the value will be
`unauthorized_client`.
@return [String]

@!attribute [rw] error_description

Human-readable text providing additional information, used to assist
the client developer in understanding the error that occurred.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sso-oidc-2019-06-10/UnauthorizedClientException AWS API Documentation