Class: Aws::Types::BatchDeleteEvaluationJobError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteEvaluationJobError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#job_identifier ⇒ ::String
Returns the value of attribute job_identifier.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
841 842 843 |
# File 'sig/types.rbs', line 841 def code @code end |
#job_identifier ⇒ ::String
Returns the value of attribute job_identifier.
840 841 842 |
# File 'sig/types.rbs', line 840 def job_identifier @job_identifier end |
#message ⇒ ::String
Returns the value of attribute message.
842 843 844 |
# File 'sig/types.rbs', line 842 def @message end |