Class: Aws::IdentityStore::Errors::AccessDeniedException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException

Returns a new instance of AccessDeniedException.

Parameters:



49
50
51
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 49

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


54
55
56
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 54

def message
  @message || @data[:message]
end

#request_idString

Returns:

  • (String)


59
60
61
# File 'gems/aws-sdk-identitystore/lib/aws-sdk-identitystore/errors.rb', line 59

def request_id
  @data[:request_id]
end