Class: Aws::CodeBuild::Types::BuildNotDeleted

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the build that could not be successfully deleted.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1010

class BuildNotDeleted < Struct.new(
  :id,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

Additional information about the build that could not be successfully deleted.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 1010

class BuildNotDeleted < Struct.new(
  :id,
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end