Class: Aws::SMS::Types::OperationNotPermittedException

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

Overview

This operation is not allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1107
1108
1109
1110
1111
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1107

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