Class: Aws::Types::StartLambdaFunctionFailedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cause"ASSUME_ROLE_FAILED"

Returns the value of attribute cause.

Returns:

  • ("ASSUME_ROLE_FAILED")


920
921
922
# File 'sig/types.rbs', line 920

def cause
  @cause
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def message
  @message
end

#scheduled_event_id::Integer

Returns the value of attribute scheduled_event_id.

Returns:

  • (::Integer)


919
920
921
# File 'sig/types.rbs', line 919

def scheduled_event_id
  @scheduled_event_id
end