Class: Aws::IoTEvents::Types::UnsupportedOperationException

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

Overview

The requested operation is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


2973
2974
2975
2976
2977
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2973

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