Class: Aws::CloudWatchEvidently::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb

Overview

The service was unavailable. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2891
2892
2893
2894
2895
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 2891

class ServiceUnavailableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end