Class: Aws::AppMesh::Types::ServiceUnavailableException

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

Overview

The request has failed due to a temporary failure of the service.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


399
400
401
402
# File 'lib/aws-sdk-appmesh/types.rb', line 399

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