Class: Aws::MediaStore::Types::ContainerInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::ContainerInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
The container that you specified in the request already exists or is being updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
79 80 81 82 83 |
# File 'lib/aws-sdk-mediastore/types.rb', line 79 class ContainerInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |