Class: Aws::Types::FailureDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_execution_id::String

Returns the value of attribute external_execution_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def external_execution_id
  @external_execution_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def message
  @message
end

#type"JobFailed", ...

Returns the value of attribute type.

Returns:

  • ("JobFailed", "ConfigurationError", "PermissionError", "RevisionOutOfSync", "RevisionUnavailable", "SystemUnavailable")


513
514
515
# File 'sig/types.rbs', line 513

def type
  @type
end