Class: Aws::Lambda::Types::WaitCancelledDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

Details about a wait operation that was cancelled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::EventError

Details about why the wait operation was cancelled.

Returns:



9820
9821
9822
9823
9824
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 9820

class WaitCancelledDetails < Struct.new(
  :error)
  SENSITIVE = []
  include Aws::Structure
end