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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


3338
3339
3340
3341
3342
# File 'lib/aws-sdk-swf/types.rb', line 3338

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