Class: Aws::IoTSiteWise::Types::ServiceUnavailableException

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

Overview

The requested service is unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8464
8465
8466
8467
8468
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8464

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