Class: Aws::Types::TestRunSourceEventError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"ACCESS_DENIED", "INTERNAL_ERROR"

Returns the value of attribute error_code.

Returns:

  • ("ACCESS_DENIED", "INTERNAL_ERROR")


1805
1806
1807
# File 'sig/types.rbs', line 1805

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def error_message
  @error_message
end