Method: Aws::AuditManager::Types::ResourceNotFoundException#resource_type

Defined in:
lib/aws-sdk-auditmanager/types.rb

#resource_typeString

The type of resource that’s affected by the error.

Returns:

  • (String)


4063
4064
4065
4066
4067
4068
4069
# File 'lib/aws-sdk-auditmanager/types.rb', line 4063

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end