Class: Aws::SageMaker::Types::ErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ErrorInfo
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
This is an error field object that contains the error code and the reason for an operation failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code for an invalid or failed operation.
-
#reason ⇒ String
The failure reason for the operation.