Sha256: 65d5ae77cb1ba7fc4864e3bf2d6d7a1aa6c82372feecd7e24c4d014aa9c4a04d
Contents?: true
Size: 1.48 KB
Versions: 23
Compression:
Stored size: 1.48 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 Inspector2 module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String def resource_type: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String def retry_after_seconds: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String def retry_after_seconds: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def fields: () -> ::String def message: () -> ::String def reason: () -> ::String end end end end
Version data entries
23 entries across 23 versions & 1 rubygems