Struct: kms.DependencyTimeoutException

import "../ibm-cos-sdk-go/service/kms"

Overview

The system timed out while trying to fulfill the request. You can retry the request.

Implemented Interfaces

s3crypto.Cipher, awserr.Error, s3manager.ReadSeekerWriteTo, awserr.RequestFailure, s3manager.WriterReadFrom

Structure Field Summary collapse

Service Operations collapse

Structure Field Details

Message_ *string `locationName:"message" type:"string"`

RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

_ struct{} `type:"structure"`

Method Details

func (s *DependencyTimeoutException) Code() string

Code returns the exception type name.



10397
10398
10399
// File 'service/kms/api.go', line 10397

func (s *DependencyTimeoutException) Error() string



10414
10415
10416
// File 'service/kms/api.go', line 10414

func (s *DependencyTimeoutException) Error() string { return fmt.Sprintf("%s: %s", s.Code(), s.Message()) }

func (s DependencyTimeoutException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



10386
10387
10388
// File 'service/kms/api.go', line 10386

func (s DependencyTimeoutException) GoString() string { return s.String() }

func (s *DependencyTimeoutException) Message() string

Message returns the exception's message.



10402
10403
10404
10405
10406
10407
// File 'service/kms/api.go', line 10402

func (s *DependencyTimeoutException) Message() string { if s.Message_ != nil { return *s.Message_ } return "" }

func (s *DependencyTimeoutException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.



10410
10411
10412
// File 'service/kms/api.go', line 10410

func (s *DependencyTimeoutException) OrigErr() error { return nil }

func (s *DependencyTimeoutException) RequestID() string

RequestID returns the service's response RequestID for request.



10424
10425
10426
// File 'service/kms/api.go', line 10424

func (s *DependencyTimeoutException) RequestID() string { return s.RespMetadata.RequestID }

func (s *DependencyTimeoutException) StatusCode() int

Status code returns the HTTP status code for the request's response error.



10419
10420
10421
// File 'service/kms/api.go', line 10419

func (s *DependencyTimeoutException) StatusCode() int { return s.RespMetadata.StatusCode }

func (s DependencyTimeoutException) String() string

String returns the string representation.

API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.



10377
10378
10379
// File 'service/kms/api.go', line 10377

func (s DependencyTimeoutException) String() string { return awsutil.Prettify(s) }