Class: Aws::Firehose::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
The specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4430 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |