Class: Aws::Braket::Types::DeviceRetiredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DeviceRetiredException
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
The specified device has been retired.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
449 450 451 452 453 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 449 class DeviceRetiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |