You do not have sufficient access to perform this action.
type AccessDeniedException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *AccessDeniedException) Error() string
func (e *AccessDeniedException) ErrorCode() string
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (e *AccessDeniedException) ErrorMessage() string
Indicates that a request to authorize a client with an access user session token is pending.
type AuthorizationPendingException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *AuthorizationPendingException) Error() string
func (e *AuthorizationPendingException) ErrorCode() string
func (e *AuthorizationPendingException) ErrorFault() smithy.ErrorFault
func (e *AuthorizationPendingException) ErrorMessage() string
Indicates that the token issued by the service is expired and is no longer valid.
type ExpiredTokenException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *ExpiredTokenException) Error() string
func (e *ExpiredTokenException) ErrorCode() string
func (e *ExpiredTokenException) ErrorFault() smithy.ErrorFault
func (e *ExpiredTokenException) ErrorMessage() string
Indicates that an error from the service occurred while trying to process a request.
type InternalServerException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *InternalServerException) Error() string
func (e *InternalServerException) ErrorCode() string
func (e *InternalServerException) ErrorFault() smithy.ErrorFault
func (e *InternalServerException) ErrorMessage() string
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 .
type InvalidClientException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *InvalidClientException) Error() string
func (e *InvalidClientException) ErrorCode() string
func (e *InvalidClientException) ErrorFault() smithy.ErrorFault
func (e *InvalidClientException) ErrorMessage() string
Indicates that the client information sent in the request during registration is invalid.
type InvalidClientMetadataException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *InvalidClientMetadataException) Error() string
func (e *InvalidClientMetadataException) ErrorCode() string
func (e *InvalidClientMetadataException) ErrorFault() smithy.ErrorFault
func (e *InvalidClientMetadataException) ErrorMessage() string
Indicates that a request contains an invalid grant. This can occur if a client makes a CreateToken request with an invalid grant type.
type InvalidGrantException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *InvalidGrantException) Error() string
func (e *InvalidGrantException) ErrorCode() string
func (e *InvalidGrantException) ErrorFault() smithy.ErrorFault
func (e *InvalidGrantException) ErrorMessage() string
Indicates that something is wrong with the input to the request. For example, a required parameter might be missing or out of range.
type InvalidRequestException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *InvalidRequestException) Error() string
func (e *InvalidRequestException) ErrorCode() string
func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault
func (e *InvalidRequestException) ErrorMessage() string
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.
type InvalidRequestRegionException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string Endpoint *string Region *string // contains filtered or unexported fields }
func (e *InvalidRequestRegionException) Error() string
func (e *InvalidRequestRegionException) ErrorCode() string
func (e *InvalidRequestRegionException) ErrorFault() smithy.ErrorFault
func (e *InvalidRequestRegionException) ErrorMessage() string
Indicates that the scope provided in the request is invalid.
type InvalidScopeException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *InvalidScopeException) Error() string
func (e *InvalidScopeException) ErrorCode() string
func (e *InvalidScopeException) ErrorFault() smithy.ErrorFault
func (e *InvalidScopeException) ErrorMessage() string
Indicates that the client is making the request too frequently and is more than the service can handle.
type SlowDownException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *SlowDownException) Error() string
func (e *SlowDownException) ErrorCode() string
func (e *SlowDownException) ErrorFault() smithy.ErrorFault
func (e *SlowDownException) ErrorMessage() string
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.
type UnauthorizedClientException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *UnauthorizedClientException) Error() string
func (e *UnauthorizedClientException) ErrorCode() string
func (e *UnauthorizedClientException) ErrorFault() smithy.ErrorFault
func (e *UnauthorizedClientException) ErrorMessage() string
Indicates that the grant type in the request is not supported by the service.
type UnsupportedGrantTypeException struct { Message *string ErrorCodeOverride *string Error_ *string Error_description *string // contains filtered or unexported fields }
func (e *UnsupportedGrantTypeException) Error() string
func (e *UnsupportedGrantTypeException) ErrorCode() string
func (e *UnsupportedGrantTypeException) ErrorFault() smithy.ErrorFault
func (e *UnsupportedGrantTypeException) ErrorMessage() string