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
- func (e *AccessDeniedException) GetError_() string
- func (e *AccessDeniedException) GetError_description() string
- func (e *AccessDeniedException) HasError_() bool
- func (e *AccessDeniedException) HasError_description() bool
- type AuthorizationPendingException
- func (e *AuthorizationPendingException) Error() string
- func (e *AuthorizationPendingException) ErrorCode() string
- func (e *AuthorizationPendingException) ErrorFault() smithy.ErrorFault
- func (e *AuthorizationPendingException) ErrorMessage() string
- func (e *AuthorizationPendingException) GetError_() string
- func (e *AuthorizationPendingException) GetError_description() string
- func (e *AuthorizationPendingException) HasError_() bool
- func (e *AuthorizationPendingException) HasError_description() bool
- type ExpiredTokenException
- func (e *ExpiredTokenException) Error() string
- func (e *ExpiredTokenException) ErrorCode() string
- func (e *ExpiredTokenException) ErrorFault() smithy.ErrorFault
- func (e *ExpiredTokenException) ErrorMessage() string
- func (e *ExpiredTokenException) GetError_() string
- func (e *ExpiredTokenException) GetError_description() string
- func (e *ExpiredTokenException) HasError_() bool
- func (e *ExpiredTokenException) HasError_description() bool
- type InternalServerException
- func (e *InternalServerException) Error() string
- func (e *InternalServerException) ErrorCode() string
- func (e *InternalServerException) ErrorFault() smithy.ErrorFault
- func (e *InternalServerException) ErrorMessage() string
- func (e *InternalServerException) GetError_() string
- func (e *InternalServerException) GetError_description() string
- func (e *InternalServerException) HasError_() bool
- func (e *InternalServerException) HasError_description() bool
- type InvalidClientException
- func (e *InvalidClientException) Error() string
- func (e *InvalidClientException) ErrorCode() string
- func (e *InvalidClientException) ErrorFault() smithy.ErrorFault
- func (e *InvalidClientException) ErrorMessage() string
- func (e *InvalidClientException) GetError_() string
- func (e *InvalidClientException) GetError_description() string
- func (e *InvalidClientException) HasError_() bool
- func (e *InvalidClientException) HasError_description() bool
- type InvalidClientMetadataException
- func (e *InvalidClientMetadataException) Error() string
- func (e *InvalidClientMetadataException) ErrorCode() string
- func (e *InvalidClientMetadataException) ErrorFault() smithy.ErrorFault
- func (e *InvalidClientMetadataException) ErrorMessage() string
- func (e *InvalidClientMetadataException) GetError_() string
- func (e *InvalidClientMetadataException) GetError_description() string
- func (e *InvalidClientMetadataException) HasError_() bool
- func (e *InvalidClientMetadataException) HasError_description() bool
- type InvalidGrantException
- func (e *InvalidGrantException) Error() string
- func (e *InvalidGrantException) ErrorCode() string
- func (e *InvalidGrantException) ErrorFault() smithy.ErrorFault
- func (e *InvalidGrantException) ErrorMessage() string
- func (e *InvalidGrantException) GetError_() string
- func (e *InvalidGrantException) GetError_description() string
- func (e *InvalidGrantException) HasError_() bool
- func (e *InvalidGrantException) HasError_description() bool
- type InvalidRequestException
- func (e *InvalidRequestException) Error() string
- func (e *InvalidRequestException) ErrorCode() string
- func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault
- func (e *InvalidRequestException) ErrorMessage() string
- func (e *InvalidRequestException) GetError_() string
- func (e *InvalidRequestException) GetError_description() string
- func (e *InvalidRequestException) HasError_() bool
- func (e *InvalidRequestException) HasError_description() bool
- type InvalidScopeException
- func (e *InvalidScopeException) Error() string
- func (e *InvalidScopeException) ErrorCode() string
- func (e *InvalidScopeException) ErrorFault() smithy.ErrorFault
- func (e *InvalidScopeException) ErrorMessage() string
- func (e *InvalidScopeException) GetError_() string
- func (e *InvalidScopeException) GetError_description() string
- func (e *InvalidScopeException) HasError_() bool
- func (e *InvalidScopeException) HasError_description() bool
- type SlowDownException
- func (e *SlowDownException) Error() string
- func (e *SlowDownException) ErrorCode() string
- func (e *SlowDownException) ErrorFault() smithy.ErrorFault
- func (e *SlowDownException) ErrorMessage() string
- func (e *SlowDownException) GetError_() string
- func (e *SlowDownException) GetError_description() string
- func (e *SlowDownException) HasError_() bool
- func (e *SlowDownException) HasError_description() bool
- type UnauthorizedClientException
- func (e *UnauthorizedClientException) Error() string
- func (e *UnauthorizedClientException) ErrorCode() string
- func (e *UnauthorizedClientException) ErrorFault() smithy.ErrorFault
- func (e *UnauthorizedClientException) ErrorMessage() string
- func (e *UnauthorizedClientException) GetError_() string
- func (e *UnauthorizedClientException) GetError_description() string
- func (e *UnauthorizedClientException) HasError_() bool
- func (e *UnauthorizedClientException) HasError_description() bool
- type UnsupportedGrantTypeException
- func (e *UnsupportedGrantTypeException) Error() string
- func (e *UnsupportedGrantTypeException) ErrorCode() string
- func (e *UnsupportedGrantTypeException) ErrorFault() smithy.ErrorFault
- func (e *UnsupportedGrantTypeException) ErrorMessage() string
- func (e *UnsupportedGrantTypeException) GetError_() string
- func (e *UnsupportedGrantTypeException) GetError_description() string
- func (e *UnsupportedGrantTypeException) HasError_() bool
- func (e *UnsupportedGrantTypeException) HasError_description() bool
Types ¶
type AccessDeniedException ¶
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
func (*AccessDeniedException) GetError_ ¶
func (e *AccessDeniedException) GetError_() string
func (*AccessDeniedException) GetError_description ¶
func (e *AccessDeniedException) GetError_description() string
func (*AccessDeniedException) HasError_ ¶
func (e *AccessDeniedException) HasError_() bool
func (*AccessDeniedException) HasError_description ¶
func (e *AccessDeniedException) HasError_description() bool
type AuthorizationPendingException ¶
type AuthorizationPendingException struct { Message *string Error_description *string Error_ *string }
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
func (*AuthorizationPendingException) GetError_ ¶
func (e *AuthorizationPendingException) GetError_() string
func (*AuthorizationPendingException) GetError_description ¶
func (e *AuthorizationPendingException) GetError_description() string
func (*AuthorizationPendingException) HasError_ ¶
func (e *AuthorizationPendingException) HasError_() bool
func (*AuthorizationPendingException) HasError_description ¶
func (e *AuthorizationPendingException) HasError_description() bool
type ExpiredTokenException ¶
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
func (*ExpiredTokenException) GetError_ ¶
func (e *ExpiredTokenException) GetError_() string
func (*ExpiredTokenException) GetError_description ¶
func (e *ExpiredTokenException) GetError_description() string
func (*ExpiredTokenException) HasError_ ¶
func (e *ExpiredTokenException) HasError_() bool
func (*ExpiredTokenException) HasError_description ¶
func (e *ExpiredTokenException) HasError_description() bool
type InternalServerException ¶
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
func (*InternalServerException) GetError_ ¶
func (e *InternalServerException) GetError_() string
func (*InternalServerException) GetError_description ¶
func (e *InternalServerException) GetError_description() string
func (*InternalServerException) HasError_ ¶
func (e *InternalServerException) HasError_() bool
func (*InternalServerException) HasError_description ¶
func (e *InternalServerException) HasError_description() bool
type InvalidClientException ¶
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
func (*InvalidClientException) GetError_ ¶
func (e *InvalidClientException) GetError_() string
func (*InvalidClientException) GetError_description ¶
func (e *InvalidClientException) GetError_description() string
func (*InvalidClientException) HasError_ ¶
func (e *InvalidClientException) HasError_() bool
func (*InvalidClientException) HasError_description ¶
func (e *InvalidClientException) HasError_description() bool
type InvalidClientMetadataException ¶
type InvalidClientMetadataException struct { Message *string Error_description *string Error_ *string }
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
func (*InvalidClientMetadataException) GetError_ ¶
func (e *InvalidClientMetadataException) GetError_() string
func (*InvalidClientMetadataException) GetError_description ¶
func (e *InvalidClientMetadataException) GetError_description() string
func (*InvalidClientMetadataException) HasError_ ¶
func (e *InvalidClientMetadataException) HasError_() bool
func (*InvalidClientMetadataException) HasError_description ¶
func (e *InvalidClientMetadataException) HasError_description() bool
type InvalidGrantException ¶
Indicates that a request contains an invalid grant. This can occur if a client makes a CreateToken () request 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
func (*InvalidGrantException) GetError_ ¶
func (e *InvalidGrantException) GetError_() string
func (*InvalidGrantException) GetError_description ¶
func (e *InvalidGrantException) GetError_description() string
func (*InvalidGrantException) HasError_ ¶
func (e *InvalidGrantException) HasError_() bool
func (*InvalidGrantException) HasError_description ¶
func (e *InvalidGrantException) HasError_description() bool
type InvalidRequestException ¶
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
func (*InvalidRequestException) GetError_ ¶
func (e *InvalidRequestException) GetError_() string
func (*InvalidRequestException) GetError_description ¶
func (e *InvalidRequestException) GetError_description() string
func (*InvalidRequestException) HasError_ ¶
func (e *InvalidRequestException) HasError_() bool
func (*InvalidRequestException) HasError_description ¶
func (e *InvalidRequestException) HasError_description() bool
type InvalidScopeException ¶
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
func (*InvalidScopeException) GetError_ ¶
func (e *InvalidScopeException) GetError_() string
func (*InvalidScopeException) GetError_description ¶
func (e *InvalidScopeException) GetError_description() string
func (*InvalidScopeException) HasError_ ¶
func (e *InvalidScopeException) HasError_() bool
func (*InvalidScopeException) HasError_description ¶
func (e *InvalidScopeException) HasError_description() bool
type SlowDownException ¶
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
func (*SlowDownException) GetError_ ¶
func (e *SlowDownException) GetError_() string
func (*SlowDownException) GetError_description ¶
func (e *SlowDownException) GetError_description() string
func (*SlowDownException) HasError_ ¶
func (e *SlowDownException) HasError_() bool
func (*SlowDownException) HasError_description ¶
func (e *SlowDownException) HasError_description() bool
type 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.
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
func (*UnauthorizedClientException) GetError_ ¶
func (e *UnauthorizedClientException) GetError_() string
func (*UnauthorizedClientException) GetError_description ¶
func (e *UnauthorizedClientException) GetError_description() string
func (*UnauthorizedClientException) HasError_ ¶
func (e *UnauthorizedClientException) HasError_() bool
func (*UnauthorizedClientException) HasError_description ¶
func (e *UnauthorizedClientException) HasError_description() bool
type UnsupportedGrantTypeException ¶
type UnsupportedGrantTypeException struct { Message *string Error_ *string Error_description *string }
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
func (*UnsupportedGrantTypeException) GetError_ ¶
func (e *UnsupportedGrantTypeException) GetError_() string
func (*UnsupportedGrantTypeException) GetError_description ¶
func (e *UnsupportedGrantTypeException) GetError_description() string
func (*UnsupportedGrantTypeException) HasError_ ¶
func (e *UnsupportedGrantTypeException) HasError_() bool
func (*UnsupportedGrantTypeException) HasError_description ¶
func (e *UnsupportedGrantTypeException) HasError_description() bool
Source Files ¶
- Version
- v0.1.0
- Published
- Sep 29, 2020
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 6 hours ago –
Tools for package owners.