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
2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2488 class ModelErrorException < Struct.new( :message, :original_status_code, :resource_name) SENSITIVE = [] include Aws::Structure end |
#original_status_code ⇒ Integer
The original status code.
2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2488 class ModelErrorException < Struct.new( :message, :original_status_code, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name.
2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2488 class ModelErrorException < Struct.new( :message, :original_status_code, :resource_name) SENSITIVE = [] include Aws::Structure end |