Class: Aws::KinesisVideo::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- 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 ‘DescribeMediaStorageConfiguration` API to determine what the stream given channel is mapped to.
-
The ‘DescribeMappedResourceConfiguration` API to determine the channel that the given stream is mapped to.
-
The ‘DescribeStream` or `DescribeSignalingChannel` API to determine the status of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1511 1512 1513 1514 1515 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1511 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |