Class: Aws::MediaStore::Types::ContainerNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::ContainerNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
The container that you specified in the request does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
92 93 94 95 96 |
# File 'lib/aws-sdk-mediastore/types.rb', line 92 class ContainerNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |