Class: Aws::Types::ModelPackageStatusItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


9160
9161
9162
# File 'sig/types.rbs', line 9160

def failure_reason
  @failure_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9158
9159
9160
# File 'sig/types.rbs', line 9158

def name
  @name
end

#status"NotStarted", ...

Returns the value of attribute status.

Returns:

  • ("NotStarted", "InProgress", "Completed", "Failed")


9159
9160
9161
# File 'sig/types.rbs', line 9159

def status
  @status
end