Class: Aws::CodeStar::Types::ProjectStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::ProjectStatus
- 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
-
#reason ⇒ String
In the case of a project creation or deletion failure, a reason for the failure.
-
#state ⇒ String
The phase of completion for a project creation or deletion.
Instance Attribute Details
#reason ⇒ String
In the case of a project creation or deletion failure, a reason for the failure.
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 |
#state ⇒ String
The phase of completion for a project creation or deletion.
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 |