Class: Aws::Firehose::Types::TagrisInvalidArnException

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)


4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-firehose/types.rb', line 4769

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

#sweep_list_itemTypes::TagrisSweepListItem



4769
4770
4771
4772
4773
4774
# File 'lib/aws-sdk-firehose/types.rb', line 4769

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