Class: Aws::CodeBuild::Types::BuildNotDeleted
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BuildNotDeleted
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Information about a build that could not be successfully deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the build that could not be successfully deleted.
-
#status_code ⇒ String
Additional information about the build that could not be successfully deleted.
Instance Attribute Details
#id ⇒ String
The ID of the build that could not be successfully deleted.
1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1011 class BuildNotDeleted < Struct.new( :id, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
Additional information about the build that could not be successfully deleted.
1011 1012 1013 1014 1015 1016 |
# File 'lib/aws-sdk-codebuild/types.rb', line 1011 class BuildNotDeleted < Struct.new( :id, :status_code) SENSITIVE = [] include Aws::Structure end |