Sha256: 342edf25f9ef4220a05c38f7b8a8d03d7f7552fc45b97eef0beac14aedf80cf1
Contents?: true
Size: 1.1 KB
Versions: 18
Compression:
Stored size: 1.1 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 ResourceGroups module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ForbiddenException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class MethodNotAllowedException < ::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 UnauthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
18 entries across 18 versions & 1 rubygems