Class: Aws::SageMaker::Types::BatchDescribeModelPackageError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BatchDescribeModelPackageError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The error code and error description associated with the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error_code ⇒ String
4190 4191 4192 4193 4194 4195 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4190 class BatchDescribeModelPackageError < Struct.new( :error_code, :error_response) SENSITIVE = [] include Aws::Structure end |
#error_response ⇒ String
4190 4191 4192 4193 4194 4195 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4190 class BatchDescribeModelPackageError < Struct.new( :error_code, :error_response) SENSITIVE = [] include Aws::Structure end |