Struct: types.UnsupportedOperationException

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 *UnsupportedOperationException) Error() string



1089
1090
1091
// File 'service/kms/types/errors.go', line 1089

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

func (e *UnsupportedOperationException) ErrorCode() string



1098
1099
1100
1101
1102
1103
// File 'service/kms/types/errors.go', line 1098

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

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



1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
// File 'service/kms/types/errors.go', line 1104

func (e *UnsupportedOperationException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The request was rejected because the ( XksKeyId ) is already associated with // another KMS key in this external key store. Each KMS key in an external key // store must be associated with a different external key. type XksKeyAlreadyInUseException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde }

func (e *UnsupportedOperationException) ErrorMessage() string



1092
1093
1094
1095
1096
1097
// File 'service/kms/types/errors.go', line 1092

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