Class: Aws::CloudWatch::Types::InternalServiceFault

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

Overview

Request processing has failed due to some unknown error, exception, or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


2583
2584
2585
2586
2587
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 2583

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