Class: Aws::EventBridgeV2::Types::InvalidStateException

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

Overview

The resource is not in a state that allows the operation. For example, an event bus that is still being created cannot accept events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


1390
1391
1392
1393
1394
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1390

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