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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestar/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 'gems/aws-sdk-codestar/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 'gems/aws-sdk-codestar/lib/aws-sdk-codestar/types.rb', line 840

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