Struct: types.NotFoundException

import "../ibm-cos-sdk-go-v2/service/kms/types"

Implemented Interfaces

types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream

Method Summary collapse

Method Details

func (e *NotFoundException) Error() string



1036
1037
1038
// File 'service/kms/types/errors.go', line 1036

func (e *NotFoundException) Error() string { return fmt.Sprintf("%s: %s", e.ErrorCode(), e.ErrorMessage()) }

func (e *NotFoundException) ErrorCode() string



1045
1046
1047
1048
1049
1050
// File 'service/kms/types/errors.go', line 1045

func (e *NotFoundException) ErrorCode() string { if e == nil || e.ErrorCodeOverride == nil { return "NotFoundException" } return *e.ErrorCodeOverride }

func (e *NotFoundException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
// File 'service/kms/types/errors.go', line 1051

func (e *NotFoundException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The request was rejected because one or more tags are not valid. type TagException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde }

func (e *NotFoundException) ErrorMessage() string



1039
1040
1041
1042
1043
1044
// File 'service/kms/types/errors.go', line 1039

func (e *NotFoundException) ErrorMessage() string { if e.Message == nil { return "" } return *e.Message }