Class: Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentError
- Includes:
- Structure
- Defined in:
- 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
-
#delegation_id ⇒ String
The identifier for the delegation.
-
#error_code ⇒ String
The error code that the ‘BatchDeleteDelegationByAssessment` API returned.
-
#error_message ⇒ String
The error message that the ‘BatchDeleteDelegationByAssessment` API returned.
Instance Attribute Details
#delegation_id ⇒ String
The identifier for the delegation.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 931 class BatchDeleteDelegationByAssessmentError < Struct.new( :delegation_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code that the ‘BatchDeleteDelegationByAssessment` API returned.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 931 class BatchDeleteDelegationByAssessmentError < Struct.new( :delegation_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message that the ‘BatchDeleteDelegationByAssessment` API returned.
931 932 933 934 935 936 937 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 931 class BatchDeleteDelegationByAssessmentError < Struct.new( :delegation_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |