Class: Aws::AppIntegrationsService::Types::UnsupportedOperationException

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

Overview

The operation is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1260
1261
1262
1263
1264
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1260

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