Struct: types.CustomKeyStoreNotFoundException

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



374
375
376
// File 'service/kms/types/errors.go', line 374

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

func (e *CustomKeyStoreNotFoundException) ErrorCode() string



383
384
385
386
387
388
// File 'service/kms/types/errors.go', line 383

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

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



389
390
391
392
393
394
395
396
397
398
399
// File 'service/kms/types/errors.go', line 389

func (e *CustomKeyStoreNotFoundException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } // The system timed out while trying to fulfill the request. You can retry the // request. type DependencyTimeoutException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde }

func (e *CustomKeyStoreNotFoundException) ErrorMessage() string



377
378
379
380
381
382
// File 'service/kms/types/errors.go', line 377

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