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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4100
4101
4102
4103
4104
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4100

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