Class: Aws::IVSRealTime::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
Request references a resource which does not exist.
Instance Attribute Details
#exception_message ⇒ String
Request references a resource which does not exist.
2205 2206 2207 2208 2209 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2205 class ResourceNotFoundException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |