Class: Aws::QConnect::Types::RequestTimeoutException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::RequestTimeoutException
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The request reached the service more than 15 minutes after the date stamp on the request or more than 15 minutes after the request expiration date (such as for pre-signed URLs), or the date stamp on the request is more than 15 minutes in the future.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 8674 8675 8676 8677 8678 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8674 class RequestTimeoutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |