Class: Aws::BedrockRuntime::Types::ModelErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ModelErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The request failed due to an error while processing the model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#original_status_code ⇒ Integer
The original status code.
-
#resource_name ⇒ String
The resource name.
Instance Attribute Details
#message ⇒ String
1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1814 class ModelErrorException < Struct.new( :message, :original_status_code, :resource_name) SENSITIVE = [] include Aws::Structure end |
#original_status_code ⇒ Integer
The original status code.
1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1814 class ModelErrorException < Struct.new( :message, :original_status_code, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name.
1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1814 class ModelErrorException < Struct.new( :message, :original_status_code, :resource_name) SENSITIVE = [] include Aws::Structure end |