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

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

Overview

The server experienced an internal error. Try again.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1562
1563
1564
1565
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1562

class ServerInternalErrorException < Struct.new(
  :message)
  include Aws::Structure
end