Class: Aws::ApplicationDiscoveryService::Types::ServerInternalErrorException

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

Overview

The server experienced an internal error. Try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1854
1855
1856
1857
1858
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1854

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