Struct: types.XksProxyUriUnreachableException

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



1362
1363
1364
// File 'service/kms/types/errors.go', line 1362

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

func (e *XksProxyUriUnreachableException) ErrorCode() string



1371
1372
1373
1374
1375
1376
// File 'service/kms/types/errors.go', line 1371

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

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



1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
// File 'service/kms/types/errors.go', line 1377

func (e *XksProxyUriUnreachableException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The request was rejected because the specified Amazon VPC endpoint service is // already associated with another external key store in this Amazon Web Services // Region. Each external key store in a Region must use a different Amazon VPC // endpoint service. type XksProxyVpcEndpointServiceInUseException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde }

func (e *XksProxyUriUnreachableException) ErrorMessage() string



1365
1366
1367
1368
1369
1370
// File 'service/kms/types/errors.go', line 1365

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