Class: Aws::Firehose::Types::TagrisPartialResourcesExistResultsException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4795
4796
4797
4798
4799
4800
# File 'lib/aws-sdk-firehose/types.rb', line 4795

class TagrisPartialResourcesExistResultsException < Struct.new(
  :message,
  :resource_existence_information)
  SENSITIVE = []
  include Aws::Structure
end

#resource_existence_informationHash<String,String>

Returns:

  • (Hash<String,String>)


4795
4796
4797
4798
4799
4800
# File 'lib/aws-sdk-firehose/types.rb', line 4795

class TagrisPartialResourcesExistResultsException < Struct.new(
  :message,
  :resource_existence_information)
  SENSITIVE = []
  include Aws::Structure
end