Class: Aws::CloudWatchRUM::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchrum/types.rb

Overview

Internal service exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


833
834
835
836
837
838
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 833

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

#retry_after_secondsInteger

The value of a parameter in the request caused an error.

Returns:

  • (Integer)


833
834
835
836
837
838
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 833

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