Class: Aws::KinesisVideo::Types::InvalidResourceFormatException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::InvalidResourceFormatException
- Defined in:
- gems/aws-sdk-kinesisvideo/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
592 593 594 595 596 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 592 class InvalidResourceFormatException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |