Class: Aws::EFS::Errors::PolicyNotFound

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-efs/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PolicyNotFound.

Parameters:



504
505
506
# File 'lib/aws-sdk-efs/errors.rb', line 504

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

Instance Method Details

#error_codeString

Returns:

  • (String)


509
# File 'lib/aws-sdk-efs/errors.rb', line 509

def error_code: () -> ::String

#messageString

Returns:

  • (String)


514
# File 'lib/aws-sdk-efs/errors.rb', line 514

def message: () -> ::String