Class: Aws::Types::LambdaFunctionFailedEventAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:



531
532
533
# File 'sig/types.rbs', line 531

def details
  @details
end

#reason::String

Returns the value of attribute reason.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def reason
  @reason
end

#scheduled_event_id::Integer

Returns the value of attribute scheduled_event_id.

Returns:



528
529
530
# File 'sig/types.rbs', line 528

def scheduled_event_id
  @scheduled_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:



529
530
531
# File 'sig/types.rbs', line 529

def started_event_id
  @started_event_id
end