Class: Aws::CodeBuild::Types::BuildNotDeleted
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::BuildNotDeleted
- Defined in:
- gems/aws-sdk-codebuild/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.
1063 1064 1065 1066 1067 1068 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1063 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.
1063 1064 1065 1066 1067 1068 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1063 class BuildNotDeleted < Struct.new( :id, :status_code) SENSITIVE = [] include Aws::Structure end |