Struct: types.XksProxyVpcEndpointServiceInUseException

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



1391
1392
1393
// File 'service/kms/types/errors.go', line 1391

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

func (e *XksProxyVpcEndpointServiceInUseException) ErrorCode() string



1400
1401
1402
1403
1404
1405
// File 'service/kms/types/errors.go', line 1400

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

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



1406
1407
1408
// File 'service/kms/types/errors.go', line 1406

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

func (e *XksProxyVpcEndpointServiceInUseException) ErrorMessage() string



1394
1395
1396
1397
1398
1399
// File 'service/kms/types/errors.go', line 1394

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