Struct: types.XksProxyInvalidConfigurationException

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

Overview

The request was rejected because the external key store proxy is not configured correctly. To identify the cause, see the error message that accompanies the exception.

Implemented Interfaces

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

Structure Field Summary collapse

Method Summary collapse

Structure Field Details

ErrorCodeOverride *string

Message *string

Method Details

func (e *XksProxyInvalidConfigurationException) Error() string



1243
1244
1245
// File 'service/kms/types/errors.go', line 1243

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

func (e *XksProxyInvalidConfigurationException) ErrorCode() string



1252
1253
1254
1255
1256
1257
// File 'service/kms/types/errors.go', line 1252

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

func (e *XksProxyInvalidConfigurationException) ErrorFault() smithy.ErrorFault



1258
1259
1260
// File 'service/kms/types/errors.go', line 1258

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

func (e *XksProxyInvalidConfigurationException) ErrorMessage() string



1246
1247
1248
1249
1250
1251
// File 'service/kms/types/errors.go', line 1246

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