Class: Aws::BedrockRuntime::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

The service isn’t currently available. For troubleshooting this error, see [ServiceUnavailable] in the Amazon Bedrock User Guide

[1]: docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-service-unavailable

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type



3702
3703
3704
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3702

def event_type
  @event_type
end

#messageString



3702
3703
3704
3705
3706
3707
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3702

class ServiceUnavailableException < Struct.new(
  :message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end