Class: Aws::Glacier::Types::RequestTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::RequestTimeoutException
- Includes:
- Structure
- Defined in:
- 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
-
#code ⇒ String
408 Request Timeout.
-
#message ⇒ String
Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the upload.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
408 Request Timeout
1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glacier/types.rb', line 1991 class RequestTimeoutException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the upload.
1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glacier/types.rb', line 1991 class RequestTimeoutException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Client
1991 1992 1993 1994 1995 1996 1997 |
# File 'lib/aws-sdk-glacier/types.rb', line 1991 class RequestTimeoutException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |