Class: Aws::KinesisVideo::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
When the input StreamARN or ChannelARN in CLOUD_STORAGE_MODE is
already mapped to a different Kinesis Video Stream resource, or if the
provided input StreamARN or ChannelARN is not in Active status,
try one of the following :
The
DescribeMediaStorageConfigurationAPI to determine what the stream given channel is mapped to.The
DescribeMappedResourceConfigurationAPI to determine the channel that the given stream is mapped to.The
DescribeStreamorDescribeSignalingChannelAPI to determine the status of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1572 1573 1574 1575 1576 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1572 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |