Struct: types.DependencyTimeoutException

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



401
402
403
// File 'service/kms/types/errors.go', line 401

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

func (e *DependencyTimeoutException) ErrorCode() string



410
411
412
413
414
415
// File 'service/kms/types/errors.go', line 410

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

func (e *DependencyTimeoutException) ErrorFault() smithy.ErrorFault { return smithy.FaultServer }



416
417
418
419
420
421
422
423
424
425
// File 'service/kms/types/errors.go', line 416

func (e *DependencyTimeoutException) ErrorFault() smithy.ErrorFault { return smithy.FaultServer } // The request was rejected because the specified KMS key is not enabled. type DisabledException struct { Message *string ErrorCodeOverride *string noSmithyDocumentSerde }

func (e *DependencyTimeoutException) ErrorMessage() string



404
405
406
407
408
409
// File 'service/kms/types/errors.go', line 404

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