package types
import "github.com/aws/aws-sdk-go-v2/service/ssooidc/types"
Index ¶
- type AccessDeniedException
- func (e *AccessDeniedException) Error() string
- func (e *AccessDeniedException) ErrorCode() string
- func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
- func (e *AccessDeniedException) ErrorMessage() string
- type AuthorizationPendingException
- func (e *AuthorizationPendingException) Error() string
- func (e *AuthorizationPendingException) ErrorCode() string
- func (e *AuthorizationPendingException) ErrorFault() smithy.ErrorFault
- func (e *AuthorizationPendingException) ErrorMessage() string
- type AwsAdditionalDetails
- type ExpiredTokenException
- func (e *ExpiredTokenException) Error() string
- func (e *ExpiredTokenException) ErrorCode() string
- func (e *ExpiredTokenException) ErrorFault() smithy.ErrorFault
- func (e *ExpiredTokenException) ErrorMessage() string
- type InternalServerException
- func (e *InternalServerException) Error() string
- func (e *InternalServerException) ErrorCode() string
- func (e *InternalServerException) ErrorFault() smithy.ErrorFault
- func (e *InternalServerException) ErrorMessage() string
- type InvalidClientException
- func (e *InvalidClientException) Error() string
- func (e *InvalidClientException) ErrorCode() string
- func (e *InvalidClientException) ErrorFault() smithy.ErrorFault
- func (e *InvalidClientException) ErrorMessage() string
- type InvalidClientMetadataException
- func (e *InvalidClientMetadataException) Error() string
- func (e *InvalidClientMetadataException) ErrorCode() string
- func (e *InvalidClientMetadataException) ErrorFault() smithy.ErrorFault
- func (e *InvalidClientMetadataException) ErrorMessage() string
- type InvalidGrantException
- func (e *InvalidGrantException) Error() string
- func (e *InvalidGrantException) ErrorCode() string
- func (e *InvalidGrantException) ErrorFault() smithy.ErrorFault
- func (e *InvalidGrantException) ErrorMessage() string
- type InvalidRedirectUriException
- func (e *InvalidRedirectUriException) Error() string
- func (e *InvalidRedirectUriException) ErrorCode() string
- func (e *InvalidRedirectUriException) ErrorFault() smithy.ErrorFault
- func (e *InvalidRedirectUriException) ErrorMessage() string
- type InvalidRequestException
- func (e *InvalidRequestException) Error() string
- func (e *InvalidRequestException) ErrorCode() string
- func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault
- func (e *InvalidRequestException) ErrorMessage() string
- type InvalidRequestRegionException
- func (e *InvalidRequestRegionException) Error() string
- func (e *InvalidRequestRegionException) ErrorCode() string
- func (e *InvalidRequestRegionException) ErrorFault() smithy.ErrorFault
- func (e *InvalidRequestRegionException) ErrorMessage() string
- type InvalidScopeException
- func (e *InvalidScopeException) Error() string
- func (e *InvalidScopeException) ErrorCode() string
- func (e *InvalidScopeException) ErrorFault() smithy.ErrorFault
- func (e *InvalidScopeException) ErrorMessage() string
- type SlowDownException
- func (e *SlowDownException) Error() string
- func (e *SlowDownException) ErrorCode() string
- func (e *SlowDownException) ErrorFault() smithy.ErrorFault
- func (e *SlowDownException) ErrorMessage() string
- type UnauthorizedClientException
- func (e *UnauthorizedClientException) Error() string
- func (e *UnauthorizedClientException) ErrorCode() string
- func (e *UnauthorizedClientException) ErrorFault() smithy.ErrorFault
- func (e *UnauthorizedClientException) ErrorMessage() string
- type UnsupportedGrantTypeException
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
You do not have sufficient access to perform this action.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
type AuthorizationPendingException ¶
type AuthorizationPendingException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that a request to authorize a client with an access user session token is pending.
func (*AuthorizationPendingException) Error ¶
func (e *AuthorizationPendingException) Error() string
func (*AuthorizationPendingException) ErrorCode ¶
func (e *AuthorizationPendingException) ErrorCode() string
func (*AuthorizationPendingException) ErrorFault ¶
func (e *AuthorizationPendingException) ErrorFault() smithy.ErrorFault
func (*AuthorizationPendingException) ErrorMessage ¶
func (e *AuthorizationPendingException) ErrorMessage() string
type AwsAdditionalDetails ¶
type AwsAdditionalDetails struct { // STS context assertion that carries a user identifier to the Amazon Web Services // service that it calls and can be used to obtain an identity-enhanced IAM role // session. This value corresponds to the sts:identity_context claim in the ID // token. IdentityContext *string // contains filtered or unexported fields }
This structure contains Amazon Web Services-specific parameter extensions for the token endpoint responses and includes the identity context.
type ExpiredTokenException ¶
type ExpiredTokenException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that the token issued by the service is expired and is no longer valid.
func (*ExpiredTokenException) Error ¶
func (e *ExpiredTokenException) Error() string
func (*ExpiredTokenException) ErrorCode ¶
func (e *ExpiredTokenException) ErrorCode() string
func (*ExpiredTokenException) ErrorFault ¶
func (e *ExpiredTokenException) ErrorFault() smithy.ErrorFault
func (*ExpiredTokenException) ErrorMessage ¶
func (e *ExpiredTokenException) ErrorMessage() string
type InternalServerException ¶
type InternalServerException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that an error from the service occurred while trying to process a request.
func (*InternalServerException) Error ¶
func (e *InternalServerException) Error() string
func (*InternalServerException) ErrorCode ¶
func (e *InternalServerException) ErrorCode() string
func (*InternalServerException) ErrorFault ¶
func (e *InternalServerException) ErrorFault() smithy.ErrorFault
func (*InternalServerException) ErrorMessage ¶
func (e *InternalServerException) ErrorMessage() string
type InvalidClientException ¶
type InvalidClientException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that the clientId or clientSecret in the request is invalid. For example, this can occur when a client sends an incorrect clientId or an expired clientSecret .
func (*InvalidClientException) Error ¶
func (e *InvalidClientException) Error() string
func (*InvalidClientException) ErrorCode ¶
func (e *InvalidClientException) ErrorCode() string
func (*InvalidClientException) ErrorFault ¶
func (e *InvalidClientException) ErrorFault() smithy.ErrorFault
func (*InvalidClientException) ErrorMessage ¶
func (e *InvalidClientException) ErrorMessage() string
type InvalidClientMetadataException ¶
type InvalidClientMetadataException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that the client information sent in the request during registration is invalid.
func (*InvalidClientMetadataException) Error ¶
func (e *InvalidClientMetadataException) Error() string
func (*InvalidClientMetadataException) ErrorCode ¶
func (e *InvalidClientMetadataException) ErrorCode() string
func (*InvalidClientMetadataException) ErrorFault ¶
func (e *InvalidClientMetadataException) ErrorFault() smithy.ErrorFault
func (*InvalidClientMetadataException) ErrorMessage ¶
func (e *InvalidClientMetadataException) ErrorMessage() string
type InvalidGrantException ¶
type InvalidGrantException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that a request contains an invalid grant. This can occur if a client makes a CreateTokenrequest with an invalid grant type.
func (*InvalidGrantException) Error ¶
func (e *InvalidGrantException) Error() string
func (*InvalidGrantException) ErrorCode ¶
func (e *InvalidGrantException) ErrorCode() string
func (*InvalidGrantException) ErrorFault ¶
func (e *InvalidGrantException) ErrorFault() smithy.ErrorFault
func (*InvalidGrantException) ErrorMessage ¶
func (e *InvalidGrantException) ErrorMessage() string
type InvalidRedirectUriException ¶
type InvalidRedirectUriException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that one or more redirect URI in the request is not supported for this operation.
func (*InvalidRedirectUriException) Error ¶
func (e *InvalidRedirectUriException) Error() string
func (*InvalidRedirectUriException) ErrorCode ¶
func (e *InvalidRedirectUriException) ErrorCode() string
func (*InvalidRedirectUriException) ErrorFault ¶
func (e *InvalidRedirectUriException) ErrorFault() smithy.ErrorFault
func (*InvalidRedirectUriException) ErrorMessage ¶
func (e *InvalidRedirectUriException) ErrorMessage() string
type InvalidRequestException ¶
type InvalidRequestException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that something is wrong with the input to the request. For example, a required parameter might be missing or out of range.
func (*InvalidRequestException) Error ¶
func (e *InvalidRequestException) Error() string
func (*InvalidRequestException) ErrorCode ¶
func (e *InvalidRequestException) ErrorCode() string
func (*InvalidRequestException) ErrorFault ¶
func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault
func (*InvalidRequestException) ErrorMessage ¶
func (e *InvalidRequestException) ErrorMessage() string
type InvalidRequestRegionException ¶
type InvalidRequestRegionException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string Endpoint *string Region *string // contains filtered or unexported fields }
Indicates that a token provided as input to the request was issued by and is only usable by calling IAM Identity Center endpoints in another region.
func (*InvalidRequestRegionException) Error ¶
func (e *InvalidRequestRegionException) Error() string
func (*InvalidRequestRegionException) ErrorCode ¶
func (e *InvalidRequestRegionException) ErrorCode() string
func (*InvalidRequestRegionException) ErrorFault ¶
func (e *InvalidRequestRegionException) ErrorFault() smithy.ErrorFault
func (*InvalidRequestRegionException) ErrorMessage ¶
func (e *InvalidRequestRegionException) ErrorMessage() string
type InvalidScopeException ¶
type InvalidScopeException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that the scope provided in the request is invalid.
func (*InvalidScopeException) Error ¶
func (e *InvalidScopeException) Error() string
func (*InvalidScopeException) ErrorCode ¶
func (e *InvalidScopeException) ErrorCode() string
func (*InvalidScopeException) ErrorFault ¶
func (e *InvalidScopeException) ErrorFault() smithy.ErrorFault
func (*InvalidScopeException) ErrorMessage ¶
func (e *InvalidScopeException) ErrorMessage() string
type SlowDownException ¶
type SlowDownException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that the client is making the request too frequently and is more than the service can handle.
func (*SlowDownException) Error ¶
func (e *SlowDownException) Error() string
func (*SlowDownException) ErrorCode ¶
func (e *SlowDownException) ErrorCode() string
func (*SlowDownException) ErrorFault ¶
func (e *SlowDownException) ErrorFault() smithy.ErrorFault
func (*SlowDownException) ErrorMessage ¶
func (e *SlowDownException) ErrorMessage() string
type UnauthorizedClientException ¶
type UnauthorizedClientException struct { string *string *string *string // contains filtered or unexported fields }*
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.
func (*UnauthorizedClientException) Error ¶
func (e *UnauthorizedClientException) Error() string
func (*UnauthorizedClientException) ErrorCode ¶
func (e *UnauthorizedClientException) ErrorCode() string
func (*UnauthorizedClientException) ErrorFault ¶
func (e *UnauthorizedClientException) ErrorFault() smithy.ErrorFault
func (*UnauthorizedClientException) ErrorMessage ¶
func (e *UnauthorizedClientException) ErrorMessage() string
type UnsupportedGrantTypeException ¶
type UnsupportedGrantTypeException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
Indicates that the grant type in the request is not supported by the service.
func (*UnsupportedGrantTypeException) Error ¶
func (e *UnsupportedGrantTypeException) Error() string
func (*UnsupportedGrantTypeException) ErrorCode ¶
func (e *UnsupportedGrantTypeException) ErrorCode() string
func (*UnsupportedGrantTypeException) ErrorFault ¶
func (e *UnsupportedGrantTypeException) ErrorFault() smithy.ErrorFault
func (*UnsupportedGrantTypeException) ErrorMessage ¶
func (e *UnsupportedGrantTypeException) ErrorMessage() string
Source Files ¶
- Version
- v1.30.1 (latest)
- Published
- Apr 3, 2025
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 26 minutes ago –
Tools for package owners.