Class: Aws::AppMesh::Types::InternalServerErrorException

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

Overview

The request processing has failed because of an unknown error, exception, or failure.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2542
2543
2544
2545
# File 'lib/aws-sdk-appmesh/types.rb', line 2542

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