Sha256: 92b3099939f185665a1294e3b8bd858c185696feb84b32b555ead57fdd31c2fc
Contents?: true
Size: 1.35 KB
Versions: 23
Compression:
Stored size: 1.35 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 MediaLive module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadGatewayException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class ForbiddenException < ::Aws::Errors::ServiceError def message: () -> ::String end class GatewayTimeoutException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnprocessableEntityException < ::Aws::Errors::ServiceError def element_path: () -> ::String def error_message: () -> ::String end end end end
Version data entries
23 entries across 23 versions & 1 rubygems