Class: Aws::S3Vectors::Types::RequestTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::RequestTimeoutException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
The request timed out. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1156 1157 1158 1159 1160 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 1156 class RequestTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |