Class: Aws::Lambda::Types::CallbackTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CallbackTimeoutException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The callback ID token has either expired or the callback associated with the token has already been closed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
503 504 505 506 507 508 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 503 class CallbackTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
503 504 505 506 507 508 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 503 class CallbackTimeoutException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |