Sha256: 159a7129ee7c682f4a09f4cdf3815b1280a5fe947f81a375506b2be174baaddf
Contents?: true
Size: 1.8 KB
Versions: 24
Compression:
Stored size: 1.8 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 CloudWatch module Errors class ServiceError < ::Aws::Errors::ServiceError end class ConcurrentModificationException < ::Aws::Errors::ServiceError end class DashboardInvalidInputError < ::Aws::Errors::ServiceError def message: () -> ::String def dashboard_validation_messages: () -> ::String end class DashboardNotFoundError < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceFault < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidFormatFault < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidNextToken < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterCombinationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterValueException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError end class LimitExceededFault < ::Aws::Errors::ServiceError def message: () -> ::String end class MissingRequiredParameterException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFound < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def resource_type: () -> ::String def resource_id: () -> ::String end end end end
Version data entries
24 entries across 24 versions & 1 rubygems