Class: Aws::Firehose::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

The specified resource could not be found.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


3197
3198
3199
3200
# File 'lib/aws-sdk-firehose/types.rb', line 3197

class ResourceNotFoundException < Struct.new(
  :message)
  include Aws::Structure
end