Class: Aws::CloudTrailData::Types::ChannelUnsupportedSchema

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/types.rb

Overview

The schema type of the event is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


96
97
98
99
100
# File 'gems/aws-sdk-cloudtraildata/lib/aws-sdk-cloudtraildata/types.rb', line 96

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