Class: Aws::SWF::Types::OperationNotPermittedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::OperationNotPermittedFault
- 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
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
3707 3708 3709 3710 3711 |
# File 'lib/aws-sdk-swf/types.rb', line 3707 class OperationNotPermittedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |