Module: Aws::BedrockRuntime::Types
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Defined Under Namespace
Classes: AccessDeniedException, InternalServerException, InvokeModelRequest, InvokeModelResponse, InvokeModelWithResponseStreamRequest, InvokeModelWithResponseStreamResponse, ModelErrorException, ModelNotReadyException, ModelStreamErrorException, ModelTimeoutException, PayloadPart, ResourceNotFoundException, ResponseStream, ServiceQuotaExceededException, ThrottlingException, ValidationException
Instance Attribute Summary collapse
-
#bytes ⇒ String
Base64-encoded bytes of payload data.
- #message ⇒ String
-
#original_message ⇒ String
The original message.
-
#original_status_code ⇒ Integer
The original status code.
Instance Attribute Details
#bytes ⇒ String
Base64-encoded bytes of payload data.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 240 class PayloadPart < Struct.new( :bytes, :event_type) SENSITIVE = [:bytes] include Aws::Structure end |
#message ⇒ String
33 34 35 36 37 38 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 33 class InternalServerException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |
#original_message ⇒ String
The original message.
208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 208 class ModelStreamErrorException < Struct.new( :message, :original_message, :original_status_code, :event_type) SENSITIVE = [] include Aws::Structure end |
#original_status_code ⇒ Integer
The original status code.
208 209 210 211 212 213 214 215 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 208 class ModelStreamErrorException < Struct.new( :message, :original_message, :original_status_code, :event_type) SENSITIVE = [] include Aws::Structure end |