Sha256: 032fbc4afb16efc0a20ea2236f9aa3f6f2180cdb89742b0c344b52fe97ccc5a8
Contents?: true
Size: 1.23 KB
Versions: 18
Compression:
Stored size: 1.23 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 ServerlessApplicationRepository module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadRequestException < ::Aws::Errors::ServiceError def error_code: () -> ::String def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def error_code: () -> ::String def message: () -> ::String end class ForbiddenException < ::Aws::Errors::ServiceError def error_code: () -> ::String def message: () -> ::String end class InternalServerErrorException < ::Aws::Errors::ServiceError def error_code: () -> ::String def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def error_code: () -> ::String def message: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def error_code: () -> ::String def message: () -> ::String end end end end
Version data entries
18 entries across 18 versions & 1 rubygems