Class: Aws::Types::NodeFailureEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"VALIDATION", ...

Returns the value of attribute error_code.

Returns:

  • ("VALIDATION", "DEPENDENCY_FAILED", "BAD_GATEWAY", "INTERNAL_SERVER")


1840
1841
1842
# File 'sig/types.rbs', line 1840

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def error_message
  @error_message
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def timestamp
  @timestamp
end