Class: Aws::AuditManager::Types::BatchCreateDelegationByAssessmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchCreateDelegationByAssessmentError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
An error entity for the ‘BatchCreateDelegationByAssessment` API. This is used to provide more meaningful errors than a simple string message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_delegation_request ⇒ Types::CreateDelegationRequest
The API request to batch create delegations in Audit Manager.
-
#error_code ⇒ String
The error code that the ‘BatchCreateDelegationByAssessment` API returned.
-
#error_message ⇒ String
The error message that the ‘BatchCreateDelegationByAssessment` API returned.
Instance Attribute Details
#create_delegation_request ⇒ Types::CreateDelegationRequest
The API request to batch create delegations in Audit Manager.
868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 868 class BatchCreateDelegationByAssessmentError < Struct.new( :create_delegation_request, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code that the ‘BatchCreateDelegationByAssessment` API returned.
868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 868 class BatchCreateDelegationByAssessmentError < Struct.new( :create_delegation_request, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message that the ‘BatchCreateDelegationByAssessment` API returned.
868 869 870 871 872 873 874 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 868 class BatchCreateDelegationByAssessmentError < Struct.new( :create_delegation_request, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |