Class: Aws::CloudWatchOmni::Types::InternalServerException

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

Overview

An unexpected error occurred while processing the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ String

The error code associated with the internal error.

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2665

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

#message ⇒ String

Returns:

  • (String)


2665
2666
2667
2668
2669
2670
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2665

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