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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2664
2665
2666
2667
2668
# File 'lib/aws-sdk-appmesh/types.rb', line 2664

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