Sha256: 1b09fa541f69a4811d90316a9e7e48a785266726c458914b6a14ae7a2eeca603
Contents?: true
Size: 925 Bytes
Versions: 16
Compression:
Stored size: 925 Bytes
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 CostandUsageReportService module Errors class ServiceError < ::Aws::Errors::ServiceError end class DuplicateReportNameException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class ReportLimitReachedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
16 entries across 16 versions & 1 rubygems