Class: Aws::SecurityAgent::Types::DeleteCodeReviewFailure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Contains information about a code review that failed to delete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_review_idString

The unique identifier of the code review that failed to delete.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1943

class DeleteCodeReviewFailure < Struct.new(
  :code_review_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason the code review failed to delete.

Returns:

  • (String)


1943
1944
1945
1946
1947
1948
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1943

class DeleteCodeReviewFailure < Struct.new(
  :code_review_id,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end