Class: Aws::Braket::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1098 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |