Class: Aws::S3Vectors::Errors::RequestTimeoutException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTimeoutException

Returns a new instance of RequestTimeoutException.

Parameters:



179
180
181
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 179

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


184
185
186
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 184

def message
  @message || @data[:message]
end

#retryable?Boolean

Returns:

  • (Boolean)


188
189
190
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/errors.rb', line 188

def retryable?
  true
end