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.
      1052 1053 1054 1055 1056 1057  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 1052 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.
      1052 1053 1054 1055 1056 1057  | 
    
      # File 'lib/aws-sdk-codebuild/types.rb', line 1052 class BuildNotDeleted < Struct.new( :id, :status_code) SENSITIVE = [] include Aws::Structure end  |