Class: Aws::MediaStoreData::Types::ContainerNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStoreData::Types::ContainerNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastoredata/types.rb
Overview
The specified container was not found for the specified account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
20 21 22 23 24 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 20 class ContainerNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |