Class: Aws::Glacier::Errors::RequestTimeoutException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-glacier/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RequestTimeoutException.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


201
202
203
# File 'lib/aws-sdk-glacier/errors.rb', line 201

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

Instance Method Details

#codeString

Returns:



211
# File 'lib/aws-sdk-glacier/errors.rb', line 211

def code: () -> ::String

#messageString

Returns:



216
# File 'lib/aws-sdk-glacier/errors.rb', line 216

def message: () -> ::String

#typeString

Returns:



206
# File 'lib/aws-sdk-glacier/errors.rb', line 206

def type: () -> ::String