Sha256: 79da78e78b143c5d56c4650a22c78cb5e22f22f917bc211f2120ac87ac408f35
Contents?: true
Size: 1.22 KB
Versions: 18
Compression:
Stored size: 1.22 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 MQ module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadRequestException < ::Aws::Errors::ServiceError def error_attribute: () -> ::String def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def error_attribute: () -> ::String def message: () -> ::String end class ForbiddenException < ::Aws::Errors::ServiceError def error_attribute: () -> ::String def message: () -> ::String end class InternalServerErrorException < ::Aws::Errors::ServiceError def error_attribute: () -> ::String def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def error_attribute: () -> ::String def message: () -> ::String end class UnauthorizedException < ::Aws::Errors::ServiceError def error_attribute: () -> ::String def message: () -> ::String end end end end
Version data entries
18 entries across 18 versions & 1 rubygems