Class: Aws::Types::BatchCreateDelegationByAssessmentError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateDelegationByAssessmentError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_delegation_request ⇒ Types::CreateDelegationRequest
Returns the value of attribute create_delegation_request.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#create_delegation_request ⇒ Types::CreateDelegationRequest
Returns the value of attribute create_delegation_request.
214 215 216 |
# File 'sig/types.rbs', line 214 def create_delegation_request @create_delegation_request end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
215 216 217 |
# File 'sig/types.rbs', line 215 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
216 217 218 |
# File 'sig/types.rbs', line 216 def @error_message end |