Class: Aws::Types::Diagnostics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"Success", ...

Returns the value of attribute error_code.

Returns:

  • ("Success", "ScriptMissing", "ScriptNotExecutable", "ScriptTimedOut", "ScriptFailed", "UnknownError")


473
474
475
# File 'sig/types.rbs', line 473

def error_code
  @error_code
end

#log_tail::String

Returns the value of attribute log_tail.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def log_tail
  @log_tail
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def message
  @message
end

#script_name::String

Returns the value of attribute script_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def script_name
  @script_name
end