Class: Aws::SWF::Types::OperationNotPermittedFault

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

Overview

Returned when the caller doesn't have sufficient permissions to invoke the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description that may help with diagnosing the cause of the fault.

Returns:

  • (String)


3308
3309
3310
3311
3312
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3308

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