Class: Aws::CloudWatch::Errors::InternalServiceFault Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatch/errors.rb,
sig/errors.rbs

Overview

Deprecated.

This error class is not used during parsing. Please use InternalServiceError instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceFault

Returns a new instance of InternalServiceFault.

Parameters:



134
135
136
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 134

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


139
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 139

def message: () -> ::String