Class: Aws::EventBridgeV2::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::InvalidStateException
- 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
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 |