Class: Aws::SMS::Types::UnauthorizedOperationException

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

Overview

You lack permissions needed to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1996
1997
1998
1999
2000
# File 'lib/aws-sdk-sms/types.rb', line 1996

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