Class: Aws::EventBridgeV2::Types::SchemaRegistryUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

The configured schema registry could not be reached. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


2420
2421
2422
2423
2424
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2420

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