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 Details
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())
}
|
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
}
|
1406
1407
1408
|
// File 'service/kms/types/errors.go', line 1406
func (e *XksProxyVpcEndpointServiceInUseException) ErrorFault() smithy.ErrorFault {
return smithy.FaultClient
}
|
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
}
|