Class: Aws::Detective::Errors::AccessDeniedException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-detective/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 'lib/aws-sdk-detective/errors.rb', line 49

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

Instance Method Details

#error_codeString

Returns:

  • (String)


59
# File 'lib/aws-sdk-detective/errors.rb', line 59

def error_code: () -> ::String

#error_code_reasonString

Returns:

  • (String)


64
# File 'lib/aws-sdk-detective/errors.rb', line 64

def error_code_reason: () -> ::String

#messageString

Returns:

  • (String)


54
# File 'lib/aws-sdk-detective/errors.rb', line 54

def message: () -> ::String

#sub_error_codeString

Returns:

  • (String)


69
# File 'lib/aws-sdk-detective/errors.rb', line 69

def sub_error_code: () -> ::String

#sub_error_code_reasonString

Returns:

  • (String)


74
# File 'lib/aws-sdk-detective/errors.rb', line 74

def sub_error_code_reason: () -> ::String