Class: Aws::Types::BatchDescribeModelPackageError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDescribeModelPackageError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_response ⇒ ::String
Returns the value of attribute error_response.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
853 854 855 |
# File 'sig/types.rbs', line 853 def error_code @error_code end |
#error_response ⇒ ::String
Returns the value of attribute error_response.
854 855 856 |
# File 'sig/types.rbs', line 854 def error_response @error_response end |