Class: Aws::CloudWatchEvidently::Types::InternalServerException

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

Overview

Unexpected error while processing the request. Retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1498
1499
1500
1501
1502
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 1498

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