Class: Aws::CodeStar::Types::ProjectStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestar/types.rb

Overview

An indication of whether a project creation or deletion is failed or successful.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

In the case of a project creation or deletion failure, a reason for the failure.

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-codestar/types.rb', line 840

class ProjectStatus < Struct.new(
  :state,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The phase of completion for a project creation or deletion.

Returns:

  • (String)


840
841
842
843
844
845
# File 'lib/aws-sdk-codestar/types.rb', line 840

class ProjectStatus < Struct.new(
  :state,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end