Sha256: b666d50e7cdcb2d0560b243f33e6fa792bc63fd2bb4769912602a7ca40439df9
Contents?: true
Size: 1.38 KB
Versions: 14
Compression:
Stored size: 1.38 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module KinesisVideoArchivedMedia module Errors class ServiceError < ::Aws::Errors::ServiceError end class ClientLimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidArgumentException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidCodecPrivateDataException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidMediaFrameException < ::Aws::Errors::ServiceError def message: () -> ::String end class MissingCodecPrivateDataException < ::Aws::Errors::ServiceError def message: () -> ::String end class NoDataRetentionException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotAuthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnsupportedStreamMediaTypeException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
14 entries across 14 versions & 1 rubygems