Class: Aws::SSM::Types::OpsItemAccessDeniedException

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

Overview

You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13057
13058
13059
13060
13061
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13057

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