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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


1906
1907
1908
1909
1910
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1906

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