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

Instance Attribute Details

#bytesString

Base64-encoded bytes of payload data.

Returns:

  • (String)


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

#messageString

Returns:

  • (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_messageString

The original message.

Returns:

  • (String)


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_codeInteger

The original status code.

Returns:

  • (Integer)


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