Class: Aws::Types::Cancellation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def reason
  @reason
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Failed", "Successful")


256
257
258
# File 'sig/types.rbs', line 256

def status
  @status
end