Class: Aws::Types::ResourceDiscoveryStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INVALID_PERMISSIONS", ...

Returns the value of attribute error_code.

Returns:

  • ("INVALID_PERMISSIONS", "STACK_NOT_FOUND", "CLUSTER_NOT_FOUND", "STATE_FILE_NOT_FOUND", "ACCESS_DENIED", "UNSUPPORTED_CLUSTER", "INTERNAL_ERROR")


1165
1166
1167
# File 'sig/types.rbs', line 1165

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def error_message
  @error_message
end

#last_run_at::Time

Returns the value of attribute last_run_at.

Returns:

  • (::Time)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def last_run_at
  @last_run_at
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "SUCCEEDED", "FAILED", "COMPLETED_WITH_FAILURES", "NOT_STARTED")


1163
1164
1165
# File 'sig/types.rbs', line 1163

def status
  @status
end