Class: Aws::IVS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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.
1827 1828 1829 1830 1831 |
# File 'lib/aws-sdk-ivs/types.rb', line 1827 class ResourceNotFoundException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |