Class: Aws::BedrockDataAutomationRuntime::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomationruntime/types.rb
Overview
This exception will be thrown when resource provided from customer not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
415 416 417 418 419 |
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 415 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |