Class: Aws::Braket::Types::DeviceOfflineException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DeviceOfflineException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
The specified device is currently offline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
375 376 377 378 379 |
# File 'lib/aws-sdk-braket/types.rb', line 375 class DeviceOfflineException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |