Class: Aws::EventBridgeV2::Types::InternalException

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

Overview

The request failed because of an internal service error. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


1363
1364
1365
1366
1367
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1363

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