Class: Aws::IVS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/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.
1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1254 class ResourceNotFoundException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |