Class: Aws::EventBridgeV2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
The resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2310 2311 2312 2313 2314 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2310 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |