package types

import "github.com/aws/aws-sdk-go-v2/service/ssooidc/types"

Index

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string

	Error_            *string
	Error_description *string
}

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

	Error_description *string
	Error_            *string
}

func (*AuthorizationPendingException) Error

func (*AuthorizationPendingException) ErrorCode

func (e *AuthorizationPendingException) ErrorCode() string

func (*AuthorizationPendingException) ErrorFault

func (*AuthorizationPendingException) ErrorMessage

func (e *AuthorizationPendingException) ErrorMessage() string

type ExpiredTokenException

type ExpiredTokenException struct {
	Message *string

	Error_            *string
	Error_description *string
}

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

	Error_            *string
	Error_description *string
}

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

	Error_description *string
	Error_            *string
}

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

	Error_            *string
	Error_description *string
}

func (*InvalidClientMetadataException) Error

func (*InvalidClientMetadataException) ErrorCode

func (e *InvalidClientMetadataException) ErrorCode() string

func (*InvalidClientMetadataException) ErrorFault

func (*InvalidClientMetadataException) ErrorMessage

func (e *InvalidClientMetadataException) ErrorMessage() string

type InvalidGrantException

type InvalidGrantException struct {
	Message *string

	Error_description *string
	Error_            *string
}

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 InvalidRequestException

type InvalidRequestException struct {
	Message *string

	Error_description *string
	Error_            *string
}

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 InvalidScopeException

type InvalidScopeException struct {
	Message *string

	Error_description *string
	Error_            *string
}

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

	Error_            *string
	Error_description *string
}

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 {
	Message *string

	Error_description *string
	Error_            *string
}

func (*UnauthorizedClientException) Error

func (*UnauthorizedClientException) ErrorCode

func (e *UnauthorizedClientException) ErrorCode() string

func (*UnauthorizedClientException) ErrorFault

func (*UnauthorizedClientException) ErrorMessage

func (e *UnauthorizedClientException) ErrorMessage() string

type UnsupportedGrantTypeException

type UnsupportedGrantTypeException struct {
	Message *string

	Error_            *string
	Error_description *string
}

func (*UnsupportedGrantTypeException) Error

func (*UnsupportedGrantTypeException) ErrorCode

func (e *UnsupportedGrantTypeException) ErrorCode() string

func (*UnsupportedGrantTypeException) ErrorFault

func (*UnsupportedGrantTypeException) ErrorMessage

func (e *UnsupportedGrantTypeException) ErrorMessage() string

Source Files

errors.go

Version
v0.29.0
Published
Oct 31, 2020
Platform
darwin/amd64
Imports
2 packages
Last checked
6 seconds ago

Tools for package owners.