Sha256: 97ff76850bd57ebf2c0cefe0ee4b790b0226f443cc1c1543e721dc3b742ecb4b
Contents?: true
Size: 1.59 KB
Versions: 13
Compression:
Stored size: 1.59 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 Route53Profiles module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidNextTokenException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def field_name: () -> ::String def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String end class ResourceExistsException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_type: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
13 entries across 13 versions & 1 rubygems