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)


276
277
278
# File 'sig/types.rbs', line 276

def reason
  @reason
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

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


275
276
277
# File 'sig/types.rbs', line 275

def status
  @status
end