Class: Aws::Types::EvaluationFailedEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error, :cause, :location])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def error
  @error
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def location
  @location
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def state
  @state
end