Class: Aws::Lambda::Types::CallbackTimeoutException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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

#typeString

The exception type.

Returns:

  • (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