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. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



1897
1898
1899
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1897

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1897

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