Class: Aws::Glacier::Types::RequestTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb

Overview

Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the upload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

408 Request Timeout

Returns:

  • (String)


1991
1992
1993
1994
1995
1996
1997
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1991

class RequestTimeoutException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the upload.

Returns:

  • (String)


1991
1992
1993
1994
1995
1996
1997
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1991

class RequestTimeoutException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Client

Returns:

  • (String)


1991
1992
1993
1994
1995
1996
1997
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1991

class RequestTimeoutException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end