Class: Aws::MarketplaceAgreement::Types::AccessDeniedException

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

Overview

User does not have sufficient access to perform this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


143
144
145
146
147
148
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 143

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

#request_idString

The unique identifier for the error.

Returns:

  • (String)


143
144
145
146
147
148
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 143

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