Class: Aws::SageMaker::Types::BatchDescribeModelPackageError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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_codeString

Returns:

  • (String)


2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2826

class BatchDescribeModelPackageError < Struct.new(
  :error_code,
  :error_response)
  SENSITIVE = []
  include Aws::Structure
end

#error_responseString

Returns:

  • (String)


2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2826

class BatchDescribeModelPackageError < Struct.new(
  :error_code,
  :error_response)
  SENSITIVE = []
  include Aws::Structure
end