Class: Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentError

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

Overview

An error entity for the BatchDeleteDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_idString

The identifier for the delegation.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 931

class BatchDeleteDelegationByAssessmentError < Struct.new(
  :delegation_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code that the BatchDeleteDelegationByAssessment API returned.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 931

class BatchDeleteDelegationByAssessmentError < Struct.new(
  :delegation_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message that the BatchDeleteDelegationByAssessment API returned.

Returns:

  • (String)


931
932
933
934
935
936
937
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 931

class BatchDeleteDelegationByAssessmentError < Struct.new(
  :delegation_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end