Class: Aws::KinesisVideo::Types::InvalidResourceFormatException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::InvalidResourceFormatException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideo/types.rb
Overview
The format of the ‘StreamARN` is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
941 942 943 944 945 |
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 941 class InvalidResourceFormatException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |