Sha256: 5bb7e2a5ca0eb2ac1216fa093cee7661a28c6871ce7346be7f7fa9cdb3e4c044
Contents?: true
Size: 1018 Bytes
Versions: 17
Compression:
Stored size: 1018 Bytes
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 MediaStore module Errors class ServiceError < ::Aws::Errors::ServiceError end class ContainerInUseException < ::Aws::Errors::ServiceError def message: () -> ::String end class ContainerNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class CorsPolicyNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerError < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class PolicyNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems