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")


1115
1116
1117
# File 'sig/types.rbs', line 1115

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def error_message
  @error_message
end

#last_run_at::Time

Returns the value of attribute last_run_at.

Returns:

  • (::Time)


1114
1115
1116
# File 'sig/types.rbs', line 1114

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")


1113
1114
1115
# File 'sig/types.rbs', line 1113

def status
  @status
end